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.
Sets the text of a control item. For example, the text that accompanies a radio button or an item in a menu.
HRESULT SetControlItemText(
DWORD dwIDCtl,
DWORD dwIDItem,
const CString& strLabel
);
Parameters
dwIDCtl
The ID of the container control.dwIDItem
The ID of the item.strLabel
Item's text.
Requirements
Header: afxdlgs.h