CMFCPropertySheet::OnRemoveTreePage

Called by the framework to remove a property page from a tree control.

virtual BOOL OnRemoveTreePage(
   CPropertyPage* pPage 
);

Parameters

  • [in] pPage
    Pointer to a property page object that represents the property page to remove.

Return Value

TRUE if this method is successful; otherwise, FALSE.

Requirements

Header: afxpropertysheet.h

See Also

Reference

CMFCPropertySheet Class

Hierarchy Chart