[This is preliminary documentation and is subject to change.]

Enables or disables Close button of the window.

Namespace:  Phoenix.Gui.Controls
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[DefaultValueAttribute(true)]
[BrowsableAttribute(true)]
public bool CloseButton { get; set; }
<DefaultValueAttribute(True)> _
<BrowsableAttribute(True)> _
Public Property CloseButton As Boolean
[DefaultValueAttribute(true)]
[BrowsableAttribute(true)]
public:
property bool CloseButton {
	bool get ();
	void set (bool value);
}

See Also