Table of Contents

Class OkCancelDialog

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript.Dialogs
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

Dialog used to ask user confirmation.

public class OkCancelDialog : Dialog
Inheritance
OkCancelDialog
Inherited Members
Extension Methods

Constructors

OkCancelDialog(IEngine, string, CallToAction)

Initializes a new instance of the OkCancelDialog class.

Properties

CancelButton

Gets the button with "Cancel" that is displayed below the message.

OkButton

Gets the button with "OK" that is displayed below the message.

Methods

Show(IEngine, string, string, CallToAction, bool)

Shows the OkCancelDialog without passing through the InteractiveController This will block any further script execution until the user interacts with the dialog.