Accessor for the HTML element associated to the attached behavior.
[Visual Basic] Public ReadOnly Property HTMLElement As IHTMLElement [C#] public IHTMLElement HTMLElement {get;} [C++] public: __property IHTMLElement* get_HTMLElement(); [JScript] public function get HTMLElement() : IHTMLElement;
The IHTMLElement associated to the attached behavior.
HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace