Engine.DisplayExpressionEditOptionsDialog ( dlgTitle = "", dlgOptions = 0)
True if you click OK in the dialog box. False if you click Cancel.
Launches the Expression Editing Options dialog box, in which you can edit the options for displaying expressions.
dlgTitle As String
[In] Specifies the title of the dialog box. Pass an empty string to use the default title for the dialog box.
This parameter has a default value of "".
dlgOptions As long
[In] Pass either CommonDlgOption_NoOptions or CommonDlgOption_ModalToAppMainWnd. By default, the dialog box is modal to the last active window of the calling thread, or if there is none, to the last active window from AppMainHwnd. Pass CommonDlgOption_ModalToAppMainWnd if you want the dialog box to be modal with respect to the window handle of the AppMainHwnd property. Typically, you do not need to set this option.
This parameter has a default value of 0.