ClientUI.OpenDisplay Method
Open display with optional parameters
<ID("OpenDisplay", (int)e.OpenDisplayAtPosition)> _
<EditorBrowsable(EditorBrowsableState.Advanced)> _
Public Function OpenDisplay( _
ByVal displayName As String, _
ByVal ParamArray items As Object() _
) As Boolean
This language is not supported or no code example is available.
[ID("OpenDisplay", (int)e.OpenDisplayAtPosition)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public bool OpenDisplay(
string displayName,
params object[] items
)
This language is not supported or no code example is available.
Parameters
-
displayName
-
string
Display name
-
items
-
object[]
LabelList [label1=tag1;label2=tag2], Left, Top, Width, Height
Return Value
bool
Flag indicating success (true) or fail (false)
.NET Framework
Supported in: 4.8