NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DHTMLBehavior.HTMLElement

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;

Property Value

The HTML element that describes the behavior.

See Also

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