Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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