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!

IWinFormsDesigner Interface

Specifies the designer invoked to supply the window frame of the design document.

IWinFormsDesigner

[Visual Basic]
Public Interface IWinFormsDesigner
   Implements IDesigner
[C#]
public interface IWinFormsDesigner : IDesigner
[C++]
public __gc __interface IWinFormsDesigner : public IDesigner

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

Remarks

This is a top level designer specific to the WinForms UI model.

Requirements

Namespace: System.WinForms.Design

Assembly: System.WinForms.dll

See Also

IWinFormsDesigner Members | System.WinForms.Design Namespace | System.WinForms.Design.IDesigner