IASPlayList::put_InactiveBackColor

This method sets the inactive background color.

Syntax

HRESULT put_InactiveBackColor( OLE_COLOR clr );

Parameters

clr
Inactive 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_InactiveBackColor, RGB