Search
ShapeListBox.AllowRemove Property
See Also
 





Allows deletion of listbox items by pressing Del. Only listbox items are deleted, while the shape definitions remain intact.

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

 Syntax

C#  Copy Code

public bool AllowRemove { get; set; }

Visual Basic  Copy Code

Public Property AllowRemove As Boolean

 Property Value

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

 Remarks

Removing an item from the list box does not delete the corresponding Shape object from the NetDiagram list of shapes.

 See Also