IASPlayList::put_HiliteBorderColor

This method sets the highlight border color to be drawn around the current selection.

Syntax

HRESULT put_HiliteBorderColor( OLE_COLOR clr );

Parameters

clr
Highlight 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_HiliteBorderColor, RGB