Click or drag to resize

BasicWindowIsBusy Property

Gets or Sets the value to indicate if the current window Is Busy.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public bool IsBusy { get; set; }

Property Value

Type: Boolean
Remarks
When a window is busy, it will have semi-transparent masks and user can not interact with the UI until the windows turns no busy.
See Also