IExtendControlbar

[This is preliminary documentation and subject to change.]

The IExtendControlbar interface enables an extension to add control bars to the console. This provides a way to add toolbars or other user interface enhancements to improve the functionality and appearance of your snap-in.

When to Implement

You implement IExtendControlbar as part of your OLE in-process server DLL when you want to add control bars.

When to Use

This interface is only called by the Microsoft Management Console.

Methods in Vtable Order

IUnknown Methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.

IExtendControlbar Methods Description
SetControlbar Adds a control bar
ControlbarNotify Notifications resulting from user actions