MindFusion WinForms Programmer's Guide
PagedDiagramView.ShowAddButton Property
See Also
 





Gets or sets whether the navigation bar should display an Add icon.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public bool ShowAddButton { get; set; }

Visual Basic  Copy Code

Public Property ShowAddButton As Boolean

 Property Value

true to show an Add icon, or false otherwise. The default value is false.

 See Also

PagedDiagramView Members
PagedDiagramView Class
MindFusion.Diagramming.WinForms Namespace
AddButtonColor Property
ShowRemoveButton Property