IASImageMenu::get_MenuWrap

This method retrieves whether or not the menu should wrap at the end of a line of text.

Syntax

HRESULT get_MenuWrap( BOOL *pfWrap );

Parameters

pfWrap
[out] Pointer to a Boolean that is set to TRUE if the menu should wrap, or to FALSE if the menu should not wrap.

Return Values

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

See Also

IASImageMenu::put_MenuWrap