◄CBrush► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── BOOL CreateSolidBrush( DWORD crColor ); Parameter Description <crColor> Specifies the color of the brush. The color specifies an RGB value and can be constructed with the RGB macro in WINDOWS.H. Remarks Initializes a brush with a specified solid color. The brush can subsequently be selected as the current brush for any device context. Return Value TRUE if successful; otherwise FALSE. See Also ◄CBrush::CreateBrushIndirect►, ◄CBrush::CreateDIBPatternBrush►, ◄CBrush::CreateHatchBrush►, ◄CBrush::CreatePatternBrush►, ◄::CreateSolidBrush► -♦-