This documentation is archived and is not being maintained.
HtmlControlDesigner.DesignTimeElement Property
.NET Framework 1.1
Gets the design-time object representing the control associated with the HtmlControlDesigner on the design surface.
[Visual Basic] Protected ReadOnly Property DesignTimeElement As Object [C#] protected object DesignTimeElement {get;} [C++] protected: __property Object* get_DesignTimeElement(); [JScript] protected function get DesignTimeElement() : Object;
Property Value
The design-time object representing the control associated with the HtmlControlDesigner.
Remarks
The DesignTimeElement property is used by the designer to retrieve the design-time object representing the control associated with the HtmlControlDesigner on the design surface.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace
Show: