Search
ShapeListBox.AllowRename Property
See Also
 





Gets or sets a value indicating whether users are allowed to rename the list box items by pressing F2.

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

 Syntax

C#  Copy Code

public bool AllowRename { get; set; }

Visual Basic  Copy Code

Public Property AllowRename As Boolean

 Property Value

true to allow users rename items; otherwise, false. The default is false.

 Remarks

The ShapeRenamed event is raised when a user renames a shape. Renaming an item in the list box does actually change the DisplayName of the corresponding Shape object.

 See Also