Click or drag to resize

EUserControlIsDesignerHosted Property

The DesignMode property does not correctly tell you if you are in design mode. IsDesignerHosted is a corrected version of that property. (see https://connect.microsoft.com/VisualStudio/feedback/details/553305 and https://stackoverflow.com/a/2693338/238419 )

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool IsDesignerHosted { get; }

Property Value

Type: Boolean
See Also