Nesting Categories

If you are using IAcPiCategorizeProperties and wish to nest categories, you should also implement the GetParentCategory() method. The implementation is trivial. The Property Inspector passes a category DISPID to this method. If the indicated category is nested, you return its parent category's DISPID in the method's output parameter.