BasicWindowHasLoaded Property |
Gets or Sets the value to indicate if all components and loading logics has done.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public bool HasLoaded { get; set; }
Public Property HasLoaded As Boolean
Get
Set
public:
property bool HasLoaded {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
You should manually set HasLoaded = true after initializing all sub contents.
See Also