Click or drag to resize

ShellTreeViewIsEditing Property

Gets a value indicating whether the SelectedNode is in editing state.

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

Return Value

Type: Boolean
The editing state of the selected node. Returns false, if nothing is selected.
See Also