ClientUI.OpenLayout (String, String) Method
Begin open layout
<ID("OpenLayout", (int)e.OpenLayout2)> _
<EditorBrowsable(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)]
[EditorBrowsable(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.8