Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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