IASPowerListBox::get_ItemBorderColor

This method retrieves the color used for item borders.

Syntax

HRESULT get_ItemBorderColor( OLE_COLOR *pclrItemBorder );

Parameters

pclrItemBorder
Pointer to the color used for item borders.

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

See Also

GetRValue, GetGValue, GetBValue