IDockingWindowFrameIDockingWindowFrame*
*Contents  *Index  *Topic Contents
*Previous Topic: IDockingWindow::ShowDW
*Next Topic: IDockingWindowFrame::AddToolbar

IDockingWindowFrame


The IDockingWindowFrame interface is implemented by the browser to support adding IDockingWindow objects to a frame.

When to Implement

You do not normally implement the IDockingWindowFrame interface. The shell browser implements this interface to support docked windows inside the browser frame.

When to Use

You use IDockingWindowFrame to add, find, and remove docking window objects in a browser frame.

IDockingWindowFrame is derived from IOleWindow. The following are the methods specific to IDockingWindowFrame.
IDockingWindowFrame Methods Description
AddToolbar Adds an IDockingWindow object to a frame.
FindToolbar Finds an IDockingWindow object in a frame.
RemoveToolbar Removes an IDockingWindow object from a frame.

Note This interface is only supported in shell versions 4.71 and later.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.