BasicWindowHasControlBox Property  | 
 
            Gets or Sets the value to indicate if current window has Control Box (including Minimize, Maximize and Close button)
            
 
    Namespace: 
   Hummingbird.UI
    Assembly:
   Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxpublic bool HasControlBox { get; set; }Public Property HasControlBox As Boolean
	Get
	Set
public:
property bool HasControlBox {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also