GStatic
GStatic — a static control for text strings, rectangles, bitmaps,
etc.
class GStatic GWindowBase
{
m_hWnd;
}
GWindowBase
<-- GStatic
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)Corresponds to CStatic::Create.
GetCursor ()Corresponds to CStatic::GetCursor.
GetEnhMetaFile ()Corresponds to CStatic::GetEnhMetaFile.
GetIcon ()Corresponds to CStatic::GetIcon.
SetCursor (hCursor)Corresponds to CStatic::SetCursor.
SetEnhMetaFile (hMetaFile)Corresponds to CStatic::SetEnhMetaFile.
SetIcon (hIcon)Corresponds to CStatic::SetIcon.
This class also inherits the functions of GWindowBase.