Share via


CToolBar::SetButtonText

Call this function to set the text on a button.

BOOL SetButtonText( 
   int nIndex, 
   LPCTSTR lpszText  
);

Parameters

  • nIndex
    Index of the button whose text is to be set.

  • lpszText
    Points to the text to be set on a button.

Return Value

Nonzero if successful; otherwise 0.

Example

See the example for CToolBar::GetToolBarCtrl.

Requirements

Header: afxext.h

See Also

Reference

CToolBar Class

Hierarchy Chart

CToolBar::GetButtonText

Other Resources

CToolBar Members