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.RemoveWindow

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

[Visual Basic]
Sub RemoveWindow( _
   ByVal window As IWin32Window _
)
[C#]
void RemoveWindow(
   IWin32Window window
);
[C++]
void RemoveWindow(
   IWin32Window* window
) = 0;
[JScript]
function RemoveWindow(
   window : IWin32Window
);

Parameters

window
The toplevel window that is the view of the window.

See Also

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