[]
Gets or sets a value indicating whether the user can give the focus to this item using the TAB key.
[C1Category("Behavior")]
[C1Description("TabStop", "Gets or sets a value indicating whether the user can give the focus to this item using the TAB key.")]
public virtual bool TabStop { get; set; }
<C1Category("Behavior")>
<C1Description("TabStop", "Gets or sets a value indicating whether the user can give the focus to this item using the TAB key.")>
Public Overridable Property TabStop As Boolean