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
SyntaxC#
Copy Code
|
|---|
public new bool TabStop { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Shadows Property TabStop As Boolean |
See Also