ShellTreeViewIsEditing Property |
Gets a value indicating whether the
SelectedNode is
in editing state.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected bool IsEditing { get; }
Protected ReadOnly Property IsEditing As Boolean
Get
protected:
property bool IsEditing {
bool get ();
}
member IsEditing : bool with get
Return Value
Type:
BooleanThe editing state of the selected node. Returns false, if nothing is selected.
See Also