Compartir a través de


CStatic::CStatic

Crea un objeto CStatic.

CStatic( );

Ejemplo

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

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

Requisitos

encabezado: afxwin.h

Vea también

Referencia

Clase de CStatic

Gráfico de jerarquía

CStatic::Create