ListControl::AllowSelection Property

 

Gets a value indicating whether the list enables selection of list items.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
property bool AllowSelection {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the list enables list item selection; otherwise, false. The default is true.

.NET Framework
Available since 2.0
Return to top
Show: