Share via


CFrameWnd::SetTitle

Sets the title of the window object.

void SetTitle(
   LPCTSTR lpszTitle
);

Parameters

  • lpszTitle
    A pointer to a character string containing the title of the window object.

Requirements

Header: afxwin.h

See Also

Reference

CFrameWnd Class

Hierarchy Chart

CFrameWnd::GetTitle

Other Resources

CFrameWnd Members