JamBaseShellListViewDesignMode Property |
Gets a value indicating whether the design mode.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected bool DesignMode { get; }
Protected ReadOnly Property DesignMode As Boolean
Get
protected:
property bool DesignMode {
bool get ();
}
member DesignMode : bool with get
Property Value
Type:
BooleanTrue if design mode, false if not.
See Also