IASImageMenu::put_FocusColor

This method sets the color assigned to an image that has the focus.

Syntax

HRESULT put_FocusColor ( OLE_COLOR clr );

Parameters

clr
[in] Color for the focused image.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that the argument is invalid.

Remarks

Use the RGB macro to set the components of clr before passing clr to the method.

See Also

RGB