Back to Devexpress

RibbonControl.TabStop Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-53f7cac2.md

latest1.4 KB
Original Source

RibbonControl.TabStop Property

This member overrides the TabStop property.

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

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace