Search
ScrollBar.TabStop Property
See Also
 





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

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public new bool TabStop { get; set; }

Visual Basic  Copy Code

Public Shadows Property TabStop As Boolean

 Property Value

 See Also