This documentation is archived and is not being maintained.
IHtmlControlDesignerBehavior.DesignTimeElement Property
.NET Framework 1.1
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:
- 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
IHtmlControlDesignerBehavior Interface | IHtmlControlDesignerBehavior Members | System.Web.UI.Design Namespace
Show: