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
C# Copy Code |
---|
public bool AllowRename { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowRename As Boolean |
true to allow users rename items; otherwise, false. The default is false.
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.