Table of Contents

Class PasswordBox

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

A text box for passwords.

public class PasswordBox : InteractiveWidget
Inheritance
PasswordBox
Inherited Members
Extension Methods

Remarks

Available from DataMiner 9.6.6 onwards.

Constructors

PasswordBox()

Initializes a new instance of the PasswordBox class.

PasswordBox(bool)

Initializes a new instance of the PasswordBox class.

Properties

HasPeekIcon

Gets or sets a value indicating whether the peek icon to reveal the password is shown. Default: false.

Password

Gets or sets the password set in the password box.

PlaceHolder

Gets or sets the text that should be displayed as a placeholder.

Tooltip

Gets or sets the tooltip.

ValidationState

Gets or sets the state indicating if a given input field was validated or not and if the validation was valid. This should be used by the client to add a visual marker on the input field.

ValidationText

Gets or sets the text that is shown if the validation state is invalid. This should be used by the client to add a visual marker on the input field.

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.