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.BaseDesigner

Returns the base Web Forms designer associated with the document.

[Visual Basic]
Public ReadOnly Property BaseDesigner As IWebFormServices
[C#]
public IWebFormServices BaseDesigner {get;}
[C++]
public: __property IWebFormServices* get_BaseDesigner();
[JScript]
public function get BaseDesigner() : IWebFormServices;

Property Value

The IWebFormServices base designer associated with the component.

See Also

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