IASImageMenu::put_MenuWrap
This method sets whether or not the menu should wrap.
Syntax
HRESULT put_MenuWrap( BOOL fWrap );
Parameters
- fWrap
- [in] Boolean that is set to TRUE if menu should wrap, or to FALSE if menu should not wrap.
Return Values
NOERROR indicates success. E_INVALIDARG indicates that the argument is invalid.
See Also
IASImageMenu::get_MenuWrap