CReBarCtrl::GetColorScheme

Retrieves the COLORSCHEME structure for the rebar control.

BOOL GetColorScheme( COLORSCHEME* lpcs );

Parameters

  • lpcs
    A pointer to a COLORSCHEME structure, as described in the Windows SDK.

Return Value

Nonzero if successful; otherwise zero.

Remarks

The COLORSCHEME structure includes the button highlight color and the button shadow color.

Requirements

Header: afxcmn.h

See Also

Reference

CReBarCtrl Class

Hierarchy Chart

CReBarCtrl::SetColorScheme

Other Resources

CReBarCtrl Members