This documentation is archived and is not being maintained.

IHtmlControlDesignerBehavior.DesignTimeElement Property

Gets the element that the designer is associated with.

[Visual Basic]
ReadOnly Property DesignTimeElement As Object
[C#]
object DesignTimeElement {get;}
[C++]
__property Object* get_DesignTimeElement();
[JScript]
function get DesignTimeElement() : Object;

Property Value

The object that the designer is associated with.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

IHtmlControlDesignerBehavior Interface | IHtmlControlDesignerBehavior Members | System.Web.UI.Design Namespace

Show: