CMFCVisualManagerOffice2003::GetPropertyGridGroupColor

The framework calls this method to get the background color of a property list.

virtual COLORREF GetPropertyGridGroupColor(
   CMFCPropertyGridCtrl* pPropList
);

Parameters

  • [in] pPropList
    A pointer to the property list that the framework is drawing.

Return Value

Returns the background color of pPropList.

Remarks

Override this function to customize the background color of a property list in your application.

Requirements

Header: afxvisualmanageroffice2003.h

See Also

Reference

CMFCVisualManagerOffice2003 Class

Hierarchy Chart