Checks if this control can be selected. The result is true if the control is contained in a form and if all of its parent controls are both visible and enabled.
[Visual Basic] Public ReadOnly Property CanSelect As Boolean [C#] public bool CanSelect {get;} [C++] public: __property bool get_CanSelect(); [JScript] public function get CanSelect() : Boolean;
whether this control can be selected.