CMFCVisualManager::GetPropertyGridGroupTextColor

The framework calls this method to retrieve the text color of a property list.

virtual COLORREF GetPropertyGridGroupTextColor(
   CMFCPropertyGridCtrl* pPropList 
);

Parameters

  • [in] pPropList
    A pointer to the property list.

Return Value

A COLORREF parameter that indicates the text color of the property list.

Remarks

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

Requirements

Header: afxvisualmanager.h

See Also

Reference

CMFCVisualManager Class

Hierarchy Chart

CMFCPropertyGridCtrl Class