ClientStation.OpenLayout Method
Begin open layout
<ID("OpenLayout", (int)e.OpenLayout)> _
<EditorBrowsable(EditorBrowsableState.Advanced)> _
Public Function OpenLayout( _
ByVal layoutName As String _
) As Boolean
This language is not supported or no code example is available.
[ID("OpenLayout", (int)e.OpenLayout)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public bool OpenLayout(
string layoutName
)
This language is not supported or no code example is available.
Parameters
-
layoutName
-
string
Layout name
Return Value
bool
Flag indicating success (true) or fail (false)
.NET Framework
Supported in: 4.8