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.TabStop

A boolean value indicating whether the user can give the focus to this control using the TAB key.

[Visual Basic]
Overridable Public Property TabStop As Boolean
[C#]
public bool TabStop {virtual get; virtual set;}
[C++]
public: __property virtual bool get_TabStop();
public: __property virtual void set_TabStop(bool);
[JScript]
public function get TabStop() : Boolean;
public function set TabStop(Boolean);

See Also

Control Class | Control Members | System.WinForms Namespace