共用方式為


COleControlContainer::AttachControlSite

呼叫由架構建立和附加控制網站。

virtual void AttachControlSite( 
   CWnd* pWnd, 
   UINT nIDC = 0  
); 
void AttachControlSite( 
   CWnd* pWnd, 
   UINT nIDC = 0  
);

參數

  • pWnd
    CWnd 物件的指標。

  • nIDC
    要附加的控制項 ID。

備註

覆寫這個函式是否要自訂此程序。

注意事項注意事項

使用這個函式的第一個表單您是否使用靜態連結至 MFC 程式庫。如果您是以動態方式連結至 MFC 程式庫,請使用第二個表單。

需求

Header: afxocc.h

請參閱

參考

COleControlContainer 類別

階層架構圖表