Partilhar via


CStatic::CStatic

Constrói um objeto de CStatic .

CStatic( );

Exemplo

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

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

Requisitos

Cabeçalho: afxwin.h

Consulte também

Referência

Classe de CStatic

Gráfico de hierarquia

CStatic::Create