Contents Index Topic Contents | ||
Previous Topic: IDockingWindow::ResizeBorderDW Next Topic: IDockingWindowFrame |
IDockingWindow::ShowDW
HRESULT ShowDW( BOOL bShow );Instructs the docking window object to show or hide itself.
- Returns NOERROR if successful, or an OLE-defined error value otherwise.
- bShow
- Boolean value indicating whether the docking window object should show or hide itself. If this parameter is nonzero, the docking window object should show its window. If it is zero, the docking window object should hide its window and return its border space by calling IDockingWindowSite::SetBorderSpaceDW with all zeros.
Version 4.71
See also IDockingWindow, IDockingWindowFrame, IDockingWindowSite
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.