Partager via


CStatic::CStatic

Construit un objet CStatic.

CStatic( );

Exemple

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

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

Configuration requise

Header: afxwin.h

Voir aussi

Référence

Classe de CStatic

Graphique de la hiérarchie

CStatic::Create