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!

HtmlControlDesigner.HTMLElement

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;

Property Value

The IHTMLElement associated to the attached behavior.

See Also

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