IASImageMenu::put_OverlayOffset

This method sets the position of the overlay.

Syntax

HRESULT put_OverlayOffset( BOOL fFocus, long left, long top );

Parameters

fFocus
Boolean that is set to TRUE if image has focus, or to FALSE if image does not have focus.
left
[in] Specifies the x-coordinate (left edge) of the overlay.
top
[in] Specifies the y-coordinate (upper edge) of the overlay.

Return Values

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

See Also

IASImageMenu::get_OverlayOffset