Class TerminalField
The properties in this class return information about the associated terminal field.
Inherited Members
Namespace: WRQ.Verastream.HostIntegrator
Assembly: WRQ.Verastream.HostIntegrator.dll
Syntax
[Serializable]
public class TerminalField
Properties
LeftColumn
Gets the left column for the terminal field.
Declaration
public virtual int LeftColumn { get; }
Property Value
Type | Description |
---|---|
int | This property returns the left column value for the terminal field. |
Length
Gets the length for the terminal field.
Declaration
public virtual int Length { get; }
Property Value
Type | Description |
---|---|
int | This property returns the length for the terminal field. |
Offset
Gets the offset for the terminal field.
Declaration
public virtual int Offset { get; }
Property Value
Type | Description |
---|---|
int | This property returns the offset value for the terminal field. |
TerminalAttributes
Gets the attributes for the terminal field.
Declaration
public virtual TerminalAttributes TerminalAttributes { get; }
Property Value
Type | Description |
---|---|
TerminalAttributes | This property returns the attributes for the terminal field. |
TopRow
Gets the top row for the terminal field.
Declaration
public virtual int TopRow { get; }
Property Value
Type | Description |
---|---|
int | This property returns the top row value for the terminal field. |