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!

UserControlDesigner.ViewLinkRootElement

Returns the HTML element associated to the read-only display section in the view-linked tree.

[Visual Basic]
Public ReadOnly Property ViewLinkRootElement As IHTMLElement
[C#]
public IHTMLElement ViewLinkRootElement {get;}
[C++]
public: __property IHTMLElement* get_ViewLinkRootElement();
[JScript]
public function get ViewLinkRootElement() : IHTMLElement;

Property Value

The HTML root element to persist.

See Also

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