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