IASPowerListBox::put_ItemBorderColor

This method sets the color used for item borders.

Syntax

HRESULT put_ItemBorderColor( OLE_COLOR clrItemBorder );

Parameters

clrItemBorder
Color used for item borders.

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

See Also

RGB