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