DesignerProperties::IsInDesignMode Attached Property
Gets or sets whether a DependencyObject is running in the context of a designer.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object DesignerProperties.IsInDesignMode="bool" .../>
Property Value
Type: System::BooleanA Boolean that indicates whether a DependencyObject is running in the context of a designer.
Component and control developers may use this property to perform different logic when running in the context of a designer than they would when running in an application.
Designers may change the value of this property to move a control from design mode to run mode and back. Components that make changes to their state based on the value of this property should override the virtual OnPropertyChanged method and update their state if their IsInDesignMode property value changes.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.