CPropertySheet::RemovePage
void RemovePage( CPropertyPage *pPage );
void RemovePage( int nPage );
参数:
pPage
指向要被从属性表中移走的页。不能是NULL。
nPage
要被移走的页的索引。其值必须是包含在0和属性表中的页数减1之间。
说明:
此成员函数从属性表中移走一页,并销毁与此页相关的窗口。但CPropertySheet对象本身要直到自己的CPropertySheet窗口被关闭时才会被销毁。
请参阅:
CPropertySheet::AddPage