MindFusion.Wpf Pack Programmer's Guide
TabbedDiagramView.AllowRenamePages Property
See Also
 





Gets or sets whether DiagramPage titles can be renamed interactively.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AllowRenamePages { get; set; }

Visual Basic  Copy Code

Public Property AllowRenamePages As Boolean

 Property Value

true if the user is allowed to rename tabs interactively, or false otherwise.

 Remarks

To rename a tab, click to activate it first, and then click a second time to show its in-place edit text control.

 See Also

TabbedDiagramView Members
TabbedDiagramView Class
MindFusion.Diagramming.Wpf Namespace