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 );
ITrayHolderService Interface | ITrayHolderService Members | System.WinForms.Design Namespace