IHtmlControlDesignerBehavior::DesignTimeElement Property

 

Gets the element that the designer is associated with.

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

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

Property Value

Type: System::Object^

The object that the designer is associated with.

System_CAPS_noteNote

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

.NET Framework
Available since 1.1
Return to top
Show: