BOOL CreateSysColorBrush( int nIndex );
Return Value
Nonzero if successful; otherwise 0.
Parameters
nIndex
Specifies the hatch style of the brush. It can be any one of the following values:
Remarks
Initializes a brush color. The brush can subsequently be selected as the current brush for any device context.
When an application has finished using the brush created by CreateSysColorBrush, it should select the brush out of the device context.
CBrush Overview | Class Members | Hierarchy Chart
See Also CBrush::CreateBrushIndirect, CBrush::CreateDIBPatternBrush, CBrush::CreateHatchBrush, CBrush::CreatePatternBrush, ::CreateSolidBrush, CBrush::CreateSolidBrush, ::GetSysColorBrush, CGdiObject::DeleteObject