TypeBrowserDialog::ISite::DesignMode Property

 

Gets a value that indicates whether the type browser dialog is in design mode.

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

private:
property bool DesignMode {
	virtual bool get() sealed = ISite::DesignMode::get;
}

Property Value

Type: System::Boolean

true if TypeBrowserDialog is in design mode; otherwise, false. The default is true.

.NET Framework
Available since 3.0
Return to top
Show: