IASImageMenu::put_ImageHeight

This method sets the height of an image.

Syntax

HRESULT put_ImageHeight( long lHeight );

Parameters

lHeight
[in] Long integer that contains the height of an image.

Return Values

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

Remarks

All images in the menu must be the same height. Images are centered inside the box that constitutes the menu item.

See Also

IASImageMenu::get_ImageHeight