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:
Parameter
Description
tester
The tester interface.
columnName
columnTitleImage
rightXCoord
tableRect
Methods
Name
Description
Used by constructor to define the header rectangle. Could be called again to reinitialize after rearranging columns or similar.
Properties
Name
Description
Rectangle of the whole column, without the header.
Rectangle of the Column header (whole width of the column).
Select filter of the whole column, without the header.
Last updated