IASPowerListBox::get_HiliteTextColor

This method gets the color used for highlighted text.

Syntax

HRESULT get_HiliteTextColor( OLE_COLOR *pclrHiliteText );

Parameters

pclrHiliteText
Pointer to the color used for highlighted text.

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 pclrHiliteText.

See Also

GetRValue, GetGValue, GetBValue