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
C# Copy Code |
---|
public bool AllowRemove { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowRemove As Boolean |
true to allow users remove items, otherwise false. The default is false.
Removing an item from the list box does not delete the corresponding Shape object from the NetDiagram list of shapes.