ClientUI.OpenDisplayAtPanel Method

OpenDisplayAtPanel
<ID("OpenDisplayAtPanel", (int)e.OpenDisplayAtPanel)> _ 
<EditorBrowsable(EditorBrowsableState.Advanced)> _ 
Public Function OpenDisplayAtPanel( _ 
ByVal displayName As String, _ 
ByVal panelLocation As Integer
) As Boolean
This language is not supported or no code example is available.
[ID("OpenDisplayAtPanel", (int)e.OpenDisplayAtPanel)] 
[EditorBrowsable(EditorBrowsableState.Advanced)] 
public bool OpenDisplayAtPanel( 
string displayName
int panelLocation 
)
This language is not supported or no code example is available.

Parameters

displayName
string

Display name

panelLocation
int

position on the panel

Return Value

bool

Flag indicating success (true) or fail (false)

.NET Framework

Supported in: 4.8

In this article

Definition