IControlDesignerBehavior::DesignTimeElementView Property

 

Gets the design-time view control object for the designer.

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

property Object^ DesignTimeElementView {
	Object^ get();
}

Property Value

Type: System::Object^

The view control object for the designer.

System_CAPS_noteNote

The IControlDesignerBehavior interface is obsolete. Use the IControlDesignerTag and IControlDesignerView interfaces for equivalent control designer functionality.

.NET Framework
Available since 1.1
Return to top
Show: