If the item is a menu, this property is a ToolbarMenu object.
[Visual Basic 6.0] Property Menu As IToolbarMenu
[Visual Basic .NET] Public ReadOnly Property Menu As IToolbarMenu
[C#] public IToolbarMenu Menu {get;}
[Java] public IToolbarMenu getMenu() throws IOException, AutomationException
[C++] HRESULT get_Menu( IToolbarMenu** ppToolbarMenu );
Returns the IToolbarMenu used by the item if the item represents a menu. If the item does not use a menu Nothing is returned.