WatchExpression.DisplayConfigurationDialog

Syntax

WatchExpression.DisplayConfigurationDialog( dlgTitle, context, dlgOptions = 0)

Return Value

Boolean

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 .

See Also

CommonDialogOptions

Engine.AppMainHwnd

Engine.NewEditContext

SequenceContext

Watch Expression Settings dialog box