Udostępnij za pośrednictwem


CStatic::CStatic

Konstrukcje CStatic obiektu.

CStatic( );

Przykład

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

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

Wymagania

Nagłówek: afxwin.h

Zobacz też

Informacje

Klasa CStatic

Wykres hierarchii

CStatic::Create