WinFormsUIElementBase.IsInitializationCompleted Property
Gets a value that indicates if this UI element is initialized.
Namespace: Microsoft.Office.BusinessApplications.Runtime.UI
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Protected ReadOnly Property IsInitializationCompleted As Boolean
Get
'Usage
Dim value As Boolean
value = Me.IsInitializationCompleted
protected bool IsInitializationCompleted { get; }
Property Value
Type: System.Boolean
true if this UI element is initialized; otherwise, false.