COLORREF SetTextColor( COLORREF clr );
Return Value
The COLORREF value representing the previous text color associated with the CReBarCtrl object.
Parameters
clr
A COLORREF value that represents the new text color in the CReBarCtrl object.
Remarks
This member function implements the behavior of the Win32 message RB_SETTEXTCOLOR, as described in the Platform SDK. It is provided to support text color flexibility in a rebar control.
CReBarCtrl Overview | Class Members | Hierarchy Chart
See Also CReBarCtrl::GetTextColor