Engine.GetRunTimeToolMenuItems ( [editArgsParam], reserved = 0)
Returns a reference to a RunTimeMenuItems object. Use this method to determine the run-time text and dimmed state of menu items defined in the collection the Engine.GetEditTimeToolMenuItems method returns.
TestStand maintains a collection of Tools menu items. You can obtain a reference to the collection using the Engine.GetEditTimeToolMenuItems method. You can also customize the contents of the Tools menu.
TestStand uses the menu items in the edit-time collection to generate a run-time version of the menu items. TestStand evaluates edit-time menu item expressions to determine the value of run-time properties, such as menu item text and whether menu items are enabled. TestStand excludes any edit-time menu items whose hidden expressions evaluate to False from the run-time collection. The run-time collection also contains expanded submenus for menu items of type ToolMenuType_SequenceFile.
editArgsParam As Variant
[In] [Optional] Specifies which items in the user interface are currently selected. The menu item expressions can use this information to determine item text, hidden state, and enabled state.
reserved As Long
[In] Pass 0 for this parameter.
This parameter has a default value of 0.