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.EditorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool IsDesignerHosted { get; }Property Value
Boolean
See Also