Window..::..Modal Property

Gets or sets a value indicating whether this [Window] is modal.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool Modal { get; set; }
Public Property Modal As Boolean
	Get
	Set
public:
property bool^ Modal {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if modal; otherwise, false.