void CBCGPPropList::GetCustomColors | ( | COLORREF & | clrBackground, |
COLORREF & | clrText, | ||
COLORREF & | clrGroupBackground, | ||
COLORREF & | clrGroupText, | ||
COLORREF & | clrDescriptionBackground, | ||
COLORREF & | clrDescriptionText, | ||
COLORREF & | clrLine | ||
) |
Retrieves custom colors defined for the property list elements.
Use this function to retrieve custom colors which have been set by SetCustomColors().
clrBackground | Background color of property values. |
clrText | Text color of property values and names. |
clrGroupBackground | Background color of property group. |
clrGroupText | Text color of property group. |
clrDescriptionBackground | Background color of description area. |
clrDescriptionText | Text color of description area. |
clrLine | Color of lines which are drawn between properties. |