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.2
Syntax
protected bool IsEditing { get; }

Return Value

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