CStatic::CStatic
Constructs a CStatic object.
CStatic( );
Example
// Create a static object on the stack.
CStatic myStatic;
// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;
Requirements
Header: afxwin.h
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Constructs a CStatic object.
CStatic( );
// Create a static object on the stack.
CStatic myStatic;
// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;
Header: afxwin.h