IASPlayList::put_ActiveBackColor

This method sets the active background color.

Syntax

HRESULT put_ActiveBackColor( OLE_COLOR clr );

Parameters

clr
Active background 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_ActiveBackColor, RGB