TreeViewDesigner::UsePreviewControl Property

 

Gets a value indicating whether the control designer uses a temporary preview control to generate the design-time HTML markup.

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, if the control designer uses a temporary copy of the control for design-time preview; otherwise, false, if the control designer uses the Component property for the control contained in the control designer.

.NET Framework
Available since 2.0
Return to top
Show: