Click or drag to resize

ShellTreeViewIsEditing Property

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

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

Return Value

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