Freigeben über


CStatic::CStatic

Erstellt ein CStatic-Objekt.

CStatic( );

Beispiel

// Create a static object on the stack.
CStatic myStatic;

// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;

Anforderungen

Header: afxwin.h

Siehe auch

Referenz

CStatic-Klasse

Hierarchiediagramm

CStatic::Create