MindFusion WinForms Programmer's Guide
NodeListView.AllowRemove Property
See Also
 





Allow deletion of nodes by pressing Del.

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 deletion; otherwise, false. The default is false.

 See Also

NodeListView Members
NodeListView Class
MindFusion.Diagramming.WinForms Namespace