CMFCPropertyGridCtrl::GetBkColor

Retrieves the background color of the current property grid control.

COLORREF GetBkColor() const;

Return Value

An RGB color value.

Remarks

This method retrieves the color that the framework uses to draw the background of the current property grid control. The CMFCPropertyGridCtrl::GetTextColor method retrieves the foreground color.

Requirements

Header: afxpropertygridctrl.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCPropertyGridCtrl Class

COLORREF

CMFCPropertyGridCtrl::GetTextColor