[This is preliminary documentation and subject to change.]
The IControlbar interface provides a way to create toolbars and other controls.
You do not implement this interface. It is implemented by the Microsoft Management Console's node manager.
You use IControlbar whenever toolbars or other controls will enhance the user interface of your snap-in component.
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 |