Gets or sets whether the user can give the focus to this control using the TAB key.
Syntax
Visual Basic (Declaration) | |
---|
Public Shadows Property TabStop As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FpScrollBar
Dim value As Boolean
instance.TabStop = value
value = instance.TabStop |
C# | |
---|
public new bool TabStop {get; set;} |
Property Value
true if the user can give the focus to the control using the TAB key; false otherwise
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also