CPropertySheet::RemovePage

从属性表中移除页并销毁关联的窗口。

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

参数

  • pPage
    指向从属性表中移除的页。 不能为 NULL

  • nPage
    要移除的页的索引。 比页的数量必须在0和一个之间在属性表的,包含。

备注

销毁 CPropertyPage 对象,直到 CPropertySheet 窗口的所有者已关闭。

要求

标头: afxdlgs.h

请参见

参考

CPropertySheet选件类

层次结构图

CPropertySheet::AddPage