Engine.DisplayStepTypeMenuEditorEx
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Engine.DisplayStepTypeMenuEditorEx
Syntax
Engine.DisplayStepTypeMenuEditorEx( dlgTitle, selectedFile, forSubsteps, dlgOptions = 0)
Return Value
Returns True if you make modifications and click OK in the dialog box. Returns False if you click Cancel or make no modifications.
Purpose
Launches a dialog box in which you can edit the order in which step types appear in the Insert Step submenu.
Parameters
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] Specify CommonDlgOption_NoOptions or CommonDlgOption_ModalToAppMainWnd .
This parameter has a default value of 0 .