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!

IMultiWindowService.AddWindow

Adds the given top-level window as the window for the DocumentWindow.

[Visual Basic]
Function AddWindow( _
   ByVal host As IDesignerHost, _
   ByVal designer As IWin32Window, _
   ByVal scrolling As Boolean, _
   ByVal tray As Boolean _
) As IWin32Window
[C#]
IWin32Window AddWindow(
   IDesignerHost host,
   IWin32Window designer,
   bool scrolling,
   bool tray
);
[C++]
IWin32Window* AddWindow(
   IDesignerHost* host,
   IWin32Window* designer,
   bool scrolling,
   bool tray
) = 0;
[JScript]
function AddWindow(
   host : IDesignerHost,
   designer : IWin32Window,
   scrolling : Boolean,
   tray : Boolean
) : IWin32Window;

Parameters

host
[To be supplied.]
designer
[To be supplied.]
scrolling
[To be supplied.]
tray
[To be supplied.]

See Also

IMultiWindowService Interface | IMultiWindowService Members | System.WinForms.Design Namespace