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