Gets or sets a value that indicates whether the user can activate the cell using the Tab key.
<SRCategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether the user can use the Tab key to give focus to the cell.")>
Public Property TabStop As Boolean
Dim instance As Cell
Dim value As Boolean
instance.TabStop = value
value = instance.TabStop
[SRCategory("Behavior")]
[DefaultValue()]
[SRDescription("Indicates whether the user can use the Tab key to give focus to the cell.")]
public bool TabStop {get; set;}
Property Value
true if the user can activate the cell using the Tab key; otherwise,
false. The default is
true.
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