ClientStation.NewPopup Method

Begin open new popup. If display already is open then a new instance will be open
<ID("NewPopup", (int)e.NewPopup)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function NewPopup( _ 
ByVal displayName As String, _ 
ByVal ParamArray items As Object() _ 
) As String
This language is not supported or no code example is available.
[ID("NewPopup", (int)e.NewPopup)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public string NewPopup( 
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

string

Always empty string

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition