Overview
The ImagXpress® control has a default context menu that can be customized using the following methods.
Methods
| MenuAddItem |
Adds an item to a specified menu. |
| MenuChangeItem |
Changes the specified menu item from the specified menu. |
| MenuDeleteItem |
Removes the specified item from the specified menu. |
| MenuGetEnabled |
Retrieves whether or not the specified menu will display when the right mouse button is clicked over the appropriate area. |
| MenuGetFirstItemID |
Gets the first menu ID on the specified level from the specified menu. |
| MenuGetItem |
Retrieves the text string from the specified menu item. |
| MenuGetItemChecked |
Returns the Checked attribute of the specified menu item. |
| MenuGetItemEnabled |
Returns the Enabled attribute of the specified menu item. |
| MenuGetItemVisible |
Sets the Visible attribute of the specified item on the specified menu. |
| MenuGetNextItemID |
Gets the next menu ID on the specified level from the specified menu. |
| MenuSetEnabled |
Sets whether or not the specified menu will display when the right mouse button is clicked over the appropriate area. |
| MenuSetItemChecked |
Sets the Checked attribute of the specified menu item on the specified menu. |
| MenuSetItemEnabled |
Sets the Enabled attribute of the specified menu item on the specified menu. |
| MenuSetItemVisible |
Sets the Visible attribute of the specified menu item on the specified menu. |
Events
| MenuSelect |
Raised when a menu selection is made on one of the right-click menus. |