JamBaseShellListViewIsEditing Property |
Gets a value indicating whether this object is currently in edit-mode.
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
Property Value
Type:
BooleanTrue if this object is editing, false if not.
See Also