ClientUI.NewPopup Method
Begin open new popup. If display is already open then a new instance will be open
<ID("NewPopup", (int)e.NewPopup)> _
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)]
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.8