CToolBar::GetToolBarCtrl

CToolBarCtrl& GetToolBarCtrl( ) const;

Return Value

A reference to a CToolBarCtrl object.

Remarks

This member function allows direct access to the underlying common control.

Use GetToolBarCtrl to take advantage of the functionality of the Windows toolbar common control, and to take advantage of the support CToolBarCtrl provides for toolbar customization.

For more information about using common controls, see the article Control Topics in Visual C++ Programmer’s Guide and Common Controls in the Windows 95 SDK Programmer’s Reference.

CToolBar OverviewClass MembersHierarchy Chart

See Also   CToolBarCtrl