Search
TabbedDiagramView.AllowRenamePages Property
See Also
 






Gets or sets whether DiagramPage titles can be renamed interactively.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls

 Syntax

C#  Copy Code

public bool AllowRenamePages { get; set; }

Visual Basic  Copy Code

Public Property AllowRenamePages As Boolean

 Property Value

true to let users edit page titles, or false otherwise.

 Remarks

When this property is enabled, users can rename the active DiagramPage interactively by clicking its tab.

 See Also