共用方式為


CMFCPropertySheet::RemovePage

從屬性工作表移除屬性頁。

void RemovePage(
   CPropertyPage* pPage 
);
void RemovePage(
   int nPage 
);

參數

  • [in] pPage
    屬性表示屬性頁移除的頁面物件的指標。不可為 NULL。

  • [in] nPage
    要移除之頁面的以零起始的索引。

備註

這個方法會移除指定的屬性頁會終結其關聯的視窗。pPage 參數指定不會終結物件的屬性頁,直到 CMFCPropertySheet 視窗關閉。

需求

標題: afxpropertysheet.h

請參閱

參考

CMFCPropertySheet 類別

階層架構圖

CPropertySheet::RemovePage