WatchExpression.DisplayConfigurationDialog
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
WatchExpression.DisplayConfigurationDialog
Syntax
WatchExpression.DisplayConfigurationDialog( dlgTitle, context, dlgOptions = 0)
Return Value
Returns True if the user clicks OK . Otherwise, returns False .
Purpose
Launches the Watch Expression Settings dialog box, in which you can edit the settings of the watch expression.
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.
context As SequenceContext
[In] Specifies the sequence context the dialog box uses to evaluate expressions specified for the watch expression. You can use the Engine.NewEditContext method to obtain an edit-time sequence context.
dlgOptions As Long
[In] Specifies any combination of the CommonDialogOptions constants
This parameter has a default value of 0 .