IASSlider::put_HiliteColor

This method sets the highlight color.

Syntax

HRESULT put_HiliteColor( OLE_COLOR pclr );

Parameters

Pointer to the highlight 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

IASSlider::get_HiliteColor, RGB