Returns the HTML element associated with the behavior (read-only property).
[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 HTML element that describes the behavior.
DHTMLBehavior Class | DHTMLBehavior Members | System.Web.UI.Design Namespace