This method places a specified control into the menu form.
HRESULT put_Menu( IDispatch *pdispMenu, short wID );
NOERROR indicates success. E_INVALIDARG indicates that an invalid argument was entered. E_ACCESSDENIED indicates that access to the resource file was denied. If an error occurs, the appropriate HRESULT value is returned.
There can only be one menu control on the menu form at a time. This method releases the current menu control, if one is present, and replaces it with a new one.