CComControl::m_clrFillColor

OLE_COLOR m_clrFillColor;

Remarks

The data member in your control class that holds the control's fill color. If you choose the FILLCOLOR option from the Stock Properties tab in the ATL Object Wizard, the wizard automatically creates this data member in your control class, creates put and get methods for the property, and supports IPropertyNotifySink to automatically notify the container when the property changes. 

CComControl OverviewClass Members

See Also   CComControl::m_clrBackColor, CComControl::m_clrBorderColor, CComControl::m_clrForeColor