CStatic::CStatic
构造 CStatic 对象。
CStatic( );
示例
// Create a static object on the stack.
CStatic myStatic;
// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;
要求
Header: afxwin.h
构造 CStatic 对象。
CStatic( );
// Create a static object on the stack.
CStatic myStatic;
// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;
Header: afxwin.h