[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonItem.TabStop

TabStop Property

TabStop

Gets or sets a value indicating whether the user can give the focus to this item using the TAB key.

Declaration
[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