Class MessageDialog
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Dialog used to display a message.
public class MessageDialog : Dialog
- Inheritance
-
MessageDialog
- Inherited Members
- Extension Methods
Constructors
- MessageDialog(IEngine)
Initializes a new instance of the MessageDialog class without a message.
- MessageDialog(IEngine, string)
Initializes a new instance of the MessageDialog class with a specific message.
Properties
- Message
Gets or sets the message to be displayed in the dialog.
- OkButton
Gets the button that is displayed below the message.