QEStatusBarManager.IsInitialized Property

Definition

Gets a Boolean value that specifies whether it is safe to call other methods of this class. (It is always safe to call Initialize.)

public:
 property bool IsInitialized { bool get(); };
public bool IsInitialized { get; }
member this.IsInitialized : bool
Public ReadOnly Property IsInitialized As Boolean

Property Value

A Boolean value, True if it is safe to call other methods, otherwise False.

Applies to