Column

Description

Base class for Column used by TableBase.

Column Class

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

Inheritance Hierarchy:

Object Progile.TRIO.BaseModel.OnScreenElement Progile.TRIO.BaseModel.Column

Constructors

Column constructor, instantiates and initializes a new Colum, also calls WaitFor in order to define the position on the screen. rightXCoord typically is the left boundary of the next column header or the right edge of the table; tableRect typically is the TableRect of the parent table.

Syntax:

public Column(
	ITester tester,
	string columnName,
	ImageReference columnTitleImage,
	int rightXCoord,
	ResultRectangle tableRect
)

Methods

Properties

Last updated