| | Name | Description | |
| | Add | Adds a new item to menu and retrieves the newly created object. | |
| | Clear | Clear the menu items. | |
| | Count | Counts the items. | |
| | Cursor | Specifies the shape of the cursor when mouse hovers the menu. | |
| | Find | Searches recursively for an item given its identifier or its caption. The method searches any submenu items. | |
| | item | Returns a specific Item object given its caption or its identifier. | |
| | ItemByIndex | Returns a specific Item object given its caption or its index. | |
| | Picture | Retrieves or sets the background's picture. | |
| | PictureDisplay | Retrieves or sets a value that indicates the way how the picture is displayed. | |
| | Remove | Removes the item given its caption or its identifier. | |
| | ToString | Saves or loads the menu from a formatted string. | |
| | VisibleItemsCount | Specifies the maximum number of visible items at one time. | |
| | Width | Retrieves or sets a value that indicates the width of the menu. | |