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!

IDesignerHost Interface

Provides methods to adjust the configuration of and retrieve information about the services and behavior of a designer.

IDesignerHost

[Visual Basic]
Public Interface IDesignerHost
   Implements IServiceObjectProvider
[C#]
public interface IDesignerHost : IServiceObjectProvider
[C++]
public __gc __interface IDesignerHost : public
   IServiceObjectProvider

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

Remarks

IDesignerHost is an interface that works with the form designer architecture and provides designer configuration and customization methods.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

IDesignerHost Members | System.ComponentModel.Design Namespace | IDesigner | IDesignerEventService | IDesignerOptionService