[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonTab.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("RibbonTab.TabStop", "Gets or sets a value indicating whether the user can give the focus to this item using the TAB key.")]
public bool TabStop { get; set; }
<C1Category("Behavior")>
<C1Description("RibbonTab.TabStop", "Gets or sets a value indicating whether the user can give the focus to this item using the TAB key.")>
Public Property TabStop As Boolean