BCGControlBar Pro for MFC
virtual COLORREF CBCGPVisualManager::GetURLLinkColor ( CBCGPURLLinkButton pButton,
BOOL  bHover 
)
virtual

Returns a text color of URL link to be used by CBCGPURLLinkButton

Override this method in a derived Visual Manager class to customize appearance of URL link buttons.

The default implementation returns globalData.clrHotLinkText for hovered buttons and globalData.clrHotText in other cases.

Parameters
pButtonA pointer to button.
bHoverIf TRUE, the button is hovered.