IASPowerListBox::get_HiliteCaptionColor

This method gets the highlight color of the caption.

Syntax

HRESULT get_HiliteCaptionColor ( OLE_COLOR *pclrHiliteCaption );

Parameters

pclrHiliteCaption
Pointer to the highlight color of the caption.

Return Values

NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.

Remarks

Use the GetRValue, GetGValue, and GetBValue macros to get the color components of pclrHiliteCaption.

See Also

GetRValue, GetGValue, GetBValue