ClientStation.OpenLayout (String) Method

Begin open layout
<ID("OpenLayout", (int)e.OpenLayout)> _ 
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)] 
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.6.2, 4.7

In this article

Definition