BaseControlIsDesignMode Property
Gets whether the control is in design mode. Unlike the
DesignMode property,
this property works even during initialization.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[BrowsableAttribute(false)]
protected bool IsDesignMode { get; }
<BrowsableAttribute(false)>
Protected ReadOnly Property IsDesignMode As Boolean
Get
protected:
[BrowsableAttribute(false)]
property bool IsDesignMode {
bool get ();
}
[<BrowsableAttribute(false)>]
member IsDesignMode : bool with get
Property Value
Boolean