IASPowerListBox::get_ItemCaptionColor

This method gets the color used for item captions.

Syntax

HRESULT get_ItemCaptionColor( OLE_COLOR *pclrItemCaption );

Parameters

pclrItemCaption
Pointer to the color used for item captions.

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

See Also

GetRValue, GetGValue, GetBValue