BasicWindowWindowStatus Property |
Gets or Sets the value to visually shows the status of the current window, by different border colors.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public WindowBorderType WindowStatus { get; set; }
Public Property WindowStatus As WindowBorderType
Get
Set
public:
property WindowBorderType WindowStatus {
WindowBorderType get ();
void set (WindowBorderType value);
}
Property Value
Type:
WindowBorderTypeSee Also