BaseControlIsDesignMode Property

Gets whether the control is in design mode. Unlike the DesignMode property, this property works even during initialization.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[BrowsableAttribute(false)]
protected bool IsDesignMode { get; }

Property Value

Boolean

See Also