Gets or sets a value indicating whether the tab navigation buttons.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowTabNavigationButtons { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowTabNavigationButtons As Boolean |
true to enable tab navigation; otherwise, false. The default is true.
See Also