ListBox..::..Multiselect Property

Gets or sets a value indicating whether this [ListBox] is multiselect.

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

Syntax


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

Field Value

true if multiselect; otherwise, false.