LabelWithButton

Description

Class for buttons that are associated with a static label. Offers same interactions as Button.

LabelWithButton Class

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

Inheritance Hierarchy:

Object Progile.TRIO.BaseModel.OnScreenElement Progile.TRIO.BaseModel.LabelWithElementBase Progile.TRIO.BaseModel.LabelWithButton

Constructors

Initializes a new instance of the LabelWithButton class.

LabelWithButton(ITester, string, RelativePosition, ImageReference, ImageReference, int, int, IImageFilter[ ])

Syntax:

public LabelWithButton(
	ITester tester,
	string displayName,
	RelativePosition buttonPosition,
	ImageReference imageReferenceForLabel,
	ImageReference imageReferenceForButton,
	int gridWidth = 0,
	int buttonLineHeight = 0,
	params IImageFilter[] filters
)

Parameters:

Exceptions:

LabelWithButton(ITester, string, RelativePosition, ImageReference, ImageReference, ImageReference, int, int, IImageFilter[ ])

Syntax:

public LabelWithButton(
	ITester tester,
	string displayName,
	RelativePosition buttonPosition,
	ImageReference imageReferenceForLabel,
	ImageReference buttonActiveimageReference,
	ImageReference buttonInactiveImageReference,
	int gridWidth = 0,
	int buttonLineHeight = 0,
	params IImageFilter[] filters
)

Parameters:

Exceptions:

LabelWithButton(ITester, string, RelativePosition, string, string, int, int, IImageFilter[ ])

Syntax:

public LabelWithButton(
	ITester tester,
	string displayName,
	RelativePosition buttonPosition,
	string searchTextForLabel,
	string searchTextForButton,
	int gridWidth = 0,
	int buttonLineHeight = 0,
	params IImageFilter[] filters
)

Parameters:

Exceptions:

Methods

Properties

Last updated