CMFCOutlookBarPane::GetRegularColor

Returns the regular (that is, non-selected) text color of the Outlook bar pane.

DECLARE_MESSAGE_MAPCOLORREF GetRegularColor() const;

Return Value

The current text color as an RGB color value.

Remarks

Use CMFCOutlookBarPane::SetTextColor to set the current (regular and selected) text color of the Outlook bar. You can obtain the default text color by calling the GetSysColor function with the COLOR_WINDOW index.

Requirements

Header: afxoutlookbarpane.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCOutlookBarPane Class