CMFCToolBar::GetButton
Returns a pointer to the CMFCToolBarButton Class object at a specified index.
CMFCToolBarButton* GetButton(
int iIndex
) const;
Parameters
- [in] iIndex
Specifies the index of the button to return.
Return Value
A pointer to the toolbar button if it exists; or NULL if there is no such button.
Requirements
Header: afxtoolbar.h