IDockingWindow::ShowDW method (shobjidl_core.h)

Instructs the docking window object to show or hide itself.

Syntax

HRESULT ShowDW(
  BOOL fShow
);

Parameters

fShow

Type: BOOL

TRUE if the docking window object should show its window. FALSE if the docking window object should hide its window and return its border space by calling SetBorderSpaceDW with zero values.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional, Windows XP [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shlobj.h)
DLL Shell32.dll (version 4.71 or later)

See also

IDeskBand

IDockingWindow

IDockingWindowFrame

IDockingWindowSite