CMFCPropertySheet::RemovePage
从属性表中移除属性页。
void RemovePage(
CPropertyPage* pPage
);
void RemovePage(
int nPage
);
参数
[in] pPage
为属性表示属性页移除的页对象的指针。 不能为 NULL。[in] nPage
移除页的从零开始的索引。
备注
此方法会移除指定的属性页并销毁其关联的窗口。 pPage 参数指定销毁的属性页对象,直到 CMFCPropertySheet 窗口将关闭。
要求
标头: afxpropertysheet.h