Search
ShapeListBox.AllowRename Property
See Also
 





Allow inline renaming of listbox items by pressing F2. Currently the listbox displays the shape identifiers as names.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 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

Renaming an item in the list box does actually change the Id of the corresponding Shape object.

 See Also