DependencyObject::DesignMode Property

 

Gets the value that indicates whether this instance is in design or run-time mode.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public protected:
[BrowsableAttribute(false)]
property bool DesignMode {
	bool get();
}

Property Value

Type: System::Boolean

true if this instance is in design mode; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: