Control::CanSelect Property
.NET Framework (current version)
Gets a value indicating whether the control can be selected.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
This property returns true if the Selectable value of System.Windows.Forms::ControlStyles is set to true, is contained in another control, the control itself is visible and enabled, and all its parent controls are visible and enabled.
The Windows Forms controls in the following list are not selectable and will return a value of false for the CanSelect property. Controls derived from these controls are also not selectable.
LinkLabel (when there is no link present in the control)
.NET Framework
Available since 1.1
Available since 1.1
Show: