Search
ShapeListBox.AllowRemove Property
See Also
 





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

 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

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.

 See Also