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