Back to Devexpress

RibbonStatusBar.TabStop Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonstatusbar-2632e5c9.md

latest1.4 KB
Original Source

RibbonStatusBar.TabStop Property

Gets or sets a value that specifies whether an end-user can focus the control using the TAB key

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool TabStop { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property TabStop As Boolean

Property Value

TypeDescription
Boolean

true if an end-user can focus the control using the TAB key; otherwise, false.

|

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

RibbonStatusBar Class

RibbonStatusBar Members

DevExpress.XtraBars.Ribbon Namespace