IControlbar

[This is preliminary documentation and subject to change.]

The IControlbar interface provides a way to create toolbars and other controls.

When to Implement

You do not implement this interface. It is implemented by the Microsoft Management Console's node manager.

When to Use

You use IControlbar whenever toolbars or other controls will enhance the user interface of your snap-in component.

Methods in Vtable Order

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

IControlbar Methods Description
Create Creates and returns control
Attach Associates the control with control bar
Detach Removes control from control bar