IASPowerListBox::get_HiliteColor

This method gets the highlight color of the power list box.

Syntax

HRESULT get_HiliteColor( OLE_COLOR *pclrHiliteColor );

Parameters

pclrHiliteColor
Pointer to the highlight color of the power list box.

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

See Also

GetRValue, GetGValue, GetBValue