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!

Label.TabStop

Gets or sets a value indicating whether the user can tab to the Label.

[Visual Basic]
Overridable Public Property TabStop As Boolean
[C#]
public bool TabStop {override get; override 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);

Property Value

true if tabbing moves focus to the Label; otherwise, false. The default is false.

See Also

Label Class | Label Members | System.WinForms Namespace