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!

IWebFormsControlDesigner Interface

Provides an interface for retrieving the source event sink for a Web Forms control designer.

IWebFormsControlDesigner

[Visual Basic]
Public Interface IWebFormsControlDesigner
[C#]
public interface IWebFormsControlDesigner
[C++]
public __gc __interface IWebFormsControlDesigner

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IWebFormsControlDesigner

Class Description
HtmlControlDesigner This is the base designer class for all server/ASP controls.

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.Design

Assembly: System.Web.UI.Design.dll

See Also

IWebFormsControlDesigner Members | System.Web.UI.Design Namespace | ISourceViewEventSink | SourceViewEventSink