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!

ITrayHolderService.RemoveTray

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

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

Parameters

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

See Also

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