This documentation is archived and is not being maintained.

HtmlControlDesigner.DesignTimeElement Property

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: 

See Also

HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace

Show: