IASPowerListBox::put_HiliteTextColor

This method sets the color used for highlighted text.

Syntax

HRESULT put_HiliteTextColor( OLE_COLOR clrHiliteText );

Parameters

clrHiliteText
Color used for highlighted text.

Return Values

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

Remarks

Use the RGB macro to set the components of clrHiliteText before passing clrHiliteText to the method.

See Also

RGB