Skip to main content
A newer version of this page is available. .

ScrollBarBase.TabStop Property

Gets or sets a value indicating whether a user can focus the scroll bar control using the TAB key.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool TabStop { get; set; }

Property Value

Type Default Description
Boolean **false**

true if a user can focus the scroll bar using the TAB key; otherwise, false.

Remarks

When a user presses the TAB key, the input focus is set to the next control in the tab order. Controls with TabStop set to false are not included in the tab order’s collection of controls.

See Also