IASPlayList::put_InactiveForeColor

This method sets the inactive foreground color.

Syntax

HRESULT put_InactiveForeColor( OLE_COLOR clr );

Parameters

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