Click or drag to resize

AddTreeNodeEventArgsCanAdd Property

Set this property to false if you want to prevent Node from being added.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool CanAdd { get; set; }

Property Value

Type: Boolean
Remarks
The default value of this property is true
See Also