WorkflowElementDialog.ShowOkCancel Method

Definition

Displays the dialog with OK and Cancel buttons and returns after the dialog is closed.

public:
 bool ShowOkCancel();
public bool ShowOkCancel ();
member this.ShowOkCancel : unit -> bool
Public Function ShowOkCancel () As Boolean

Returns

true if the user accepted the dialog; false if the user cancelled the dialog.

Applies to