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