ClientStation.IsDisplayOpeningExecuted Method

Check if DisplayOpening method already executed
<ID("IsDisplayOpeningExecuted", (int)e.IsDisplayOpeningExecuted)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function IsDisplayOpeningExecuted( _ 
ByVal displayName As String
) As Boolean
This language is not supported or no code example is available.
[ID("IsDisplayOpeningExecuted", (int)e.IsDisplayOpeningExecuted)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public bool IsDisplayOpeningExecuted( 
string displayName 
)
This language is not supported or no code example is available.

Parameters

displayName
string

Return Value

bool

Flag indicating whether DisplayOpening method already executed (true) or not (false)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition