IASPlayList::put_BorderColor

This method sets the border color of the play list grid lines.

Syntax

HRESULT put_BorderColor( OLECOLOR clr );

Parameters

clr
New border color.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that an invalid argument has been entered.

Remarks

Use the RGB macro to set the components of clr before passing clr to the method.

See Also

IASPlayList::get_BorderColor, RGB