Table of Contents

Class Button

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

A button that can be pressed.

public class Button : InteractiveWidget
Inheritance
Button
Inherited Members
Extension Methods

Constructors

Button()

Initializes a new instance of the Button class.

Button(string)

Initializes a new instance of the Button class.

Properties

Style

Gets or sets the text style of the button.

Text

Gets or sets the text displayed in the button.

Tooltip

Gets or sets the tooltip.

Methods

LoadResult(UIResults)

Load any changes made through user interaction.

RaiseResultEvents()

Raises zero or more events of the widget. This method is called after LoadResult(UIResults) was called on all widgets.

Events

Pressed

Triggered when the button is pressed. WantsOnChange will be set to true when this event is subscribed to.