Engine.DisplayStepTypeMenuEditorEx ( dlgTitle, selectedFile, forSubsteps, dlgOptions = 0)
True if you make modifications and click the OK button in the dialog box. False if you click Cancel or make no modifications.
Launches a dialog box in which you can edit the order in which step types appear in the step insertion menu.
dlgTitle As String
[In] Specifies the title of the dialog box. Pass an empty string to use the default title for the dialog box.
selectedFile As PropertyObjectFile
[In] Specifies the PropertyObjectFile that represents the type palette file to edit.
forSubsteps As Boolean
[In] Pass True when editing the menu information for substeps.
dlgOptions As long
[In] Pass either CommonDlgOption_NoOptions or CommonDlgOption_ModalToAppMainWnd.
This parameter has a default value of 0.