GStatic

GStatic — a static control for text strings, rectangles, bitmaps, etc.

Synopsis

class GStatic GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GStatic

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
Search on CStatic::Create.
GetCursor ()
Search on CStatic::GetCursor.
GetEnhMetaFile ()
Search on CStatic::GetEnhMetaFile.
GetIcon ()
Search on CStatic::GetIcon.
SetCursor (hCursor)
Search on CStatic::SetCursor.
SetEnhMetaFile (hMetaFile)
Search on CStatic::SetEnhMetaFile.
SetIcon (hIcon)
Search on CStatic::SetIcon.

This class also inherits the functions of GWindowBase.