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
SyntaxC#
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.
RemarksThe 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