NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.CanSelect

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;

Property Value

whether this control can be selected.

See Also

Control Class | Control Members | System.WinForms Namespace