IASImageMenu::get_FocusColor

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

Syntax

HRESULT get_FocusColor ( OLE_COLOR *pclr );

Parameters

pclr
Pointer to the color assigned to an image with focus.

Return Values

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

Remarks

Use the GetRValue, GetGValue, and GetBValue macros to get the color components of pclr.

See Also

GetRValue, GetGValue, GetBValue