WizardDesigner::UsePreviewControl Property

 
Use BaseTrue

Gets a value indicating whether the design host should use a preview control.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected:
property bool UsePreviewControl {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true to use a preview control; false to use the associated control.

.NET Framework
Available since 2.0
Return to top
Show: