CMFCPropertySheet::RemoveCategory

Removes a node from the tree control.

void RemoveCategory(
   CMFCPropertySheetCategoryInfo* pCategory 
);

Parameters

  • [in] pCategory
    Pointer to a category (node) to remove.

Remarks

Use this method to remove a node, which is also referred to as a category, from a tree control. Use the CMFCPropertySheet::AddTreeCategory method to add a node to a tree control.

Requirements

Header: afxpropertysheet.h

See Also

Reference

CMFCPropertySheet Class

Hierarchy Chart

CMFCPropertySheet::AddTreeCategory