PwTextBox

Description

A text box with blind or hidden entry, as it is typically used for passwords. Every entered character must be represented by the same placeholder character (often a bullet or an asterisk). An image representation of this character needs to be given in the constructor of the PwTextBox. Instead of the standard Enter and Verify methods you should use EnterPassword and VerifyPasswordEntry to interact with the PwTextBox.

PwTextBox Class

Namespace: Progile.TRIO.BaseModel Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)

Inheritance Hierarchy:

Object Progile.TRIO.BaseModel.OnScreenElement Progile.TRIO.BaseModel.TextBox Progile.TRIO.BaseModel.PwTextBox

Constructors

Syntax:

public PwTextBox(
	IAppBasics appBasics,
	string displayName,
	ImageReference imageReference,
	ImageReference pwCharImage,
	params IImageFilter[] filters
)

Methods

Last updated