Gets or sets whether the navigation bar should display a Remove icon.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowRemoveButton { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowRemoveButton As Boolean |
true to show a Remove icon, or false otherwise. The default value is false.
See Also