Gets or sets a value indicating whether users are allowed to remove list box items by pressing DEL.
DiagrammingProProductName
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
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.
The ShapeRemoved event is raised when the user removes a shape. Removing an item from the list box does not delete the corresponding Shape object from the MindFusion.Diagramming list of shapes.