Allow deletion of nodes by pressing Del.
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 deletion; otherwise, false. The default is false.