IDockingWindow interface (shobjidl_core.h)
Exposes methods that notify the docking window object of changes, including showing, hiding, and impending removal. This interface is implemented by window objects that can be docked within the border space of a Windows Explorer window.
The IDockingWindow interface inherits from IOleWindow. IDockingWindow also has these types of members:
The IDockingWindow interface has these methods.
IDockingWindow::CloseDW Notifies the docking window object that it is about to be removed from the frame. The docking window object should save any persistent information at this time. |
IDockingWindow::ResizeBorderDW Notifies the docking window object that the frame's border space has changed. In response to this method, the IDockingWindow implementation must call SetBorderSpaceDW, even if no border space is required or a change is not necessary. |
IDockingWindow::ShowDW Instructs the docking window object to show or hide itself. |
IDockingWindow is derived from IOleWindow. See the following topics for details on these methods also available to IDockingWindow through that inheritance.
Additional IDockingWindow Methods |
---|
IDockingWindow::GetWindow |
IDockingWindow::ContextSensitiveHelp |
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) |