HtmlControlDesigner::DesignTimeElement Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Return to top
Gets the design-time object representing the control that is associated with the HtmlControlDesigner object on the design surface.
Assembly: System.Design (in System.Design.dll)
protected: [ObsoleteAttribute("Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element may not always provide access to the element in the markup. There are alternate methods on WebFormsRootDesigner for handling client script and controls. http://go.microsoft.com/fwlink/?linkid=14202", true)] property Object^ DesignTimeElement { Object^ get(); }
Property Value
Type: System::Object^The design-time object representing the control associated with the HtmlControlDesigner.
The DesignTimeElement property is used by the designer to retrieve the design-time object representing the control that is associated with the HtmlControlDesigner object on the design surface.
.NET Framework
Available since 1.1
Available since 1.1
Show: