Engine.GetEditTimeToolMenuItems ( reserved = 0)
Returns a reference to a EditTimeMenuItems object.
TestStand maintains a collection of tools menu items. Use this collection to customize the tools menu items that the sequence editor and user interface display. Each menu item in the collection specifies the menu item type and expressions which determine menu item text, hidden state, and enabled state. A menu item can specify a collection of submenu items.
You can use GetRunTimeToolMenuItems to obtain a reference to a run-time instance of the Tools menu. TestStand evaluates edit-time menu item expressions to determine the value of run-time properties. The run-time properties specify the menu item text and whether a menu item is enabled. TestStand excludes any menu items whose hidden expressions evaluate to False from the run-time copy of the Tools menu. The run-time copy of the Tools menu also contains expanded submenus for menu items of type ToolMenuType_SequenceFile, where each submenu item is a menu item of type ToolMenuType_Sequence.
reserved As long
[In] Pass 0 for this parameter.
This parameter has a default value of 0.