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;
The IWebFormServices base designer associated with the component.
DHTMLBehavior Class | DHTMLBehavior Members | System.Web.UI.Design Namespace