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

Returns the base Web Forms designer associated to the ASPX document.

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

See Also

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