IExtendControlbar::SetControlbar

[This is preliminary documentation and subject to change.]

Allows an extension snap-in to set a control bar.

HRESULT SetControlbar(
  LPCONTROLBAR pControlbar  // Pointer to the IControlbar interface
);
 

Parameters

pControlbar
[in] Pointer to the IControlbar interface on the control bar object to be set.

Return Values

S_OK
The control bar was successfully set.

See Also

IToolbar