IDockingWindowFrame::AddToolbarIDockingWindowFrame::AddToolbar*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IDockingWindowFrame
*Next Topic: IDockingWindowFrame::FindToolbar

IDockingWindowFrame::AddToolbar


HRESULT AddToolbar(
    IUnknown* punkSrc, 
    LPCWSTR pwszItem, 
    DWORD dwAddFlags
);

Adds the specified IDockingWindow object to the frame.

punkSrc
Address of the IDockingWindow object to be added.
pwszItem
Address of a null-terminated UNICODE string. This is an application-defined string used for identifying the docking window object.
dwAddFlags
Flags for the docking window object being added. This can be one or more of the following values:
0 The docking window is a regular, visible docking window.
DWFAF_HIDDEN The docking window is added but is not shown. To show it at a later time, call its IDockingWindow::ShowDW method.

Version 4.71

See also IDockingWindowFrame, IDockingWindowSite


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