IASPowerListBox::put_HiliteColor

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

Syntax

HRESULT put_HiliteColor( OLE_COLOR clrHiliteColor );

Parameters

clrHiliteColor
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 RGB macro to set the components of clrHiliteColor before passing clrHiliteColor to the method.

See Also

RGB