Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Constrói um CStatic objeto.
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