共用方式為


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