ClientUI.IsDisplayOpeningExecuted Method
Check if DisplayOpening method already executed
<ID("IsDisplayOpeningExecuted", (int)e.IsDisplayOpeningExecuted)> _
<EditorBrowsable(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)]
[EditorBrowsable(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.8