ClientStation.OpenLayout (String, String) Method

Begin open layout
<ID("OpenLayout", (int)e.OpenLayout2)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function OpenLayout( _ 
ByVal layoutName As String, _ 
ByVal initialDisplay As String
) As Boolean
This language is not supported or no code example is available.
[ID("OpenLayout", (int)e.OpenLayout2)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public bool OpenLayout( 
string layoutName
string initialDisplay 
)
This language is not supported or no code example is available.

Parameters

layoutName
string

Layout name

initialDisplay
string

Initial display name

Return Value

bool

Flag indicating success (true) or fail (false)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition