Application class/User Interaction.Invoke Menu Item method: Difference between revisions
Appearance
Added new method page. |
m Category reorg |
||
| Line 47: | Line 47: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Method]] | |||
Revision as of 14:07, 7 May 2020
| VI Server Method Information | |
|---|---|
| Method ID | 81A |
| Scope | VI Scripting |
| Data Name | UI.Invoke Menu Item |
| Short Name* | UI.Invoke Menu Item |
| Long Name* | User Interaction:Invoke Menu Item |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 1 |
| Owning Class Name | Application Class |
| Return Data Type | No return value |
| Invoke Node |
|
| Available in Real-Time Operating System | No |
| Available in Run-Time Engine | Yes (Read/Write) |
| Remote access allowed | No |
Simulates the user selecting a menu item. In general, this method works on global menu items but not document-specific menu items, in which case the method fails silently.
Parameters
| Data type | Name | Required | Description |
|---|---|---|---|
| Menu Item Tag | Yes | Specifies the name of the menu item. |
Uses
| |
Specific use cases for this method. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |
