Share via


WinFormsUIElementBase.IsLoadingCompleted property

Gets a value that indicates if this UI element is loaded.

Namespace:  Microsoft.Office.BusinessApplications.Runtime.UI
Assembly:  Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)

Syntax

'Declaration
Protected ReadOnly Property IsLoadingCompleted As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.IsLoadingCompleted
protected bool IsLoadingCompleted { get; }

Property value

Type: System.Boolean
true if this UI element is loaded; otherwise, false.

See also

Reference

WinFormsUIElementBase class

WinFormsUIElementBase members

Microsoft.Office.BusinessApplications.Runtime.UI namespace