CWindow::SetWindowText
Změní text v okně.
BOOL SetWindowText(
LPCTSTR lpszString
) throw();
Poznámky
Viz SetWindowText v .
Příklad
//The following example attaches an HWND to the CWindow object and
//calls CWindow::SetWindowText() to set the new title-text of the
//window
CWindow myWindow;
myWindow.Attach(hWnd);
myWindow.SetWindowText(_T("Hello ATL"));
Požadavky
Záhlaví: atlwin.h