BaseFormIsDesignMode Property

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

Definition

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

Property Value

Boolean

See Also