Add Method
Description
Adds a MenuBarMDIMenu to the menu bars collection.
Syntax
Public Function Add( _
ByVal [Id](#) As Long, _
ByVal [Caption](#) As String, _
ByVal [Description](#) As String _
) As [MenuBarMDIMenu](XtremeCommandBars~MenuBarMDIMenu.md)
Parameters
- Id: Id of the MenuBarMDIMenu.
- Caption: Caption of the MenuBarMDIMenu.
- Description: Description of the MenuBarMDIMenu.
Remarks
MDI menus are used when there are many different types of documents and menus in an application. For example, you can have many different types of documents - like an image editor, text editor, etc. MDI menus allow you to easily display a different set of MDI menus for each type of document.
MDI menus are displayed in the "Menu" customization dialog. This is where you will see the Caption and Descriptions used. Users can also customize these menus.

See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.