DropDownList..::..IsOpen Property

Gets a value indicating whether this instance is open.

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

Syntax


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

Field Value

true if this instance is open; otherwise, false.