Click or drag to resize

JamBaseShellListViewIsEditing Property

Gets a value indicating whether this object is currently in edit-mode.

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

Property Value

Type: Boolean
True if this object is editing, false if not.
See Also