TheMenu |
Scroll |
A top, sub or context menu in an Thereforeā¢ application (Capture, Navigator, Viewer, ...).
Name |
Description |
Gets or sets whether the menu item is checked. |
|
Gets or sets the path of the checked image file. |
|
Gets the number of submenu items below the current one. |
|
Gets or sets the menu's state to enabled. |
|
Gets or sets the ID of the menu item. |
|
Gets or sets the (unchecked) image file for the menu item. |
|
Gets the TheMenu item with the specified index. |
|
Gets or sets the TheSelectionType of the menu item. |
|
Gets or sets if the menu item is a separator. |
|
Gets or sets the menu text. |
|
Gets or sets the position of the tool bar button associated with this menu entry. If the ToolBarPos is -1 (the default value) no button is created for this menu entry. |
Name |
Description |
Overloaded. Adds a (sub) menu item to the current menu. |
|
Copies all TheMenu objects from the specified TheMenu to this one. |
|
Adds a separator to the current menu. |
|
Removes all elements from the list. |
|
Returns a copy of the list. |
|
Checks if the list contains an TheMenu with the specified ID or name. |
|
Returns the first TheMenu with the specified ID or name. If no matching folder item is found Nothing / null is returned. |
|
Returns an enumerator for this list. |
|
Inserts a (sub) menu item at the specified position the current menu. |
|
Inserts a separator at the specified position in the current menu. |
|
Removes the TheMenu item with the specified index from the current menu. |
|
Returns a string representation of the object (for debugging). |