IASPowerListBox::put_ItemCaptionColor

This method sets the color used for item captions.

Syntax

HRESULT put_ItemCaptionColor( OLE_COLOR clrItemCaption );

Parameters

clrItemCaption
Color used for item captions.

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

See Also

RGB