ListBox::AllowSelection Property

 

Gets a value indicating whether the ListBox currently 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() override;
}

Property Value

Type: System::Boolean

true if SelectionMode is not None; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: