Engine.GetInsertStepMenuStructure ( selectedFile, hiddenFlags)
The object that specifies the menu structure.
Creates a PropertyObject object that specifies the structure of the menu used to insert steps in the sequence editor.
The sequence editor uses this method to create the submenu that appears when you select the Insert Step item from the context menu. The structure of this menu depends upon the types in the type palettes, the types in the sequence file, the default adapter, and the step type menu configuration. This method constructs a PropertyObject object that contains properties that specify the submenu structure. Refer to MenuItemProperties for a description of this property object.
selectedFile As PropertyObjectFile
[In] Specifies the currently selected file. The method includes the step types defined in this file as well as the step types located in the type palette. Pass 0 or NULL if there is no selected file.
hiddenFlags As long
[In] A set of PropertyFlags that specify which step types are not included in the menu. For example, pass PropFlags_Hidden to exclude the hidden step types.
GetInsertVariableMenuStructure