IASPowerListBox::put_HiliteCaptionColor

This method sets the highlight color of the caption.

Syntax

HRESULT put_HiliteCaptionColor ( OLE_COLOR clrHiliteCaption );

Parameters

clrHiliteCaption
Highlight color of the caption.

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 clrHiliteCaption before passing clrHiliteCaption to the method.

See Also

RGB