CStatic::CStatic

Costruisce un oggetto CStatic.

CStatic( );

Esempio

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

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

Requisiti

Header: afxwin.h

Vedere anche

Riferimenti

Classe di CStatic

Grafico della gerarchia

CStatic::Create