Table of Contents

Property TabStop

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

TabStop

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

public virtual bool TabStop { get; set; }

Property Value

bool

Return false to indicate that while this control can, in principle, have focus if the user clicks it with the mouse, it shouldn't be included in the TAB traversal chain when using the keyboard.

Remarks

Default value is true.