Class FieldDescription
The description of a terminal emulator field that fully supports HLLAPI.
public class FieldDescription : Description, ICloneable, IDescription
- Inheritance
-
FieldDescription
- Implements
- Inherited Members
Constructors
FieldDescription()
Initializes a new instance of the FieldDescription class.
public FieldDescription()
Properties
AttachedText
Returns the attached text attribute for TeField.
public StringProperty AttachedText { get; set; }
Property Value
Id
Return the ID value of TeField.
public int? Id { get; set; }
Property Value
- int?
IsNumeric
Returns the numeric (only) attribute for TeField.
public bool? IsNumeric { get; set; }
Property Value
- bool?
IsProtected
Returns the 'protected' attribute for TeField.
public bool? IsProtected { get; set; }
Property Value
- bool?
IsVisible
Returns the Visible attribute for TeField.
public bool? IsVisible { get; set; }
Property Value
- bool?
Length
Returns the field length in characters.
public int? Length { get; set; }
Property Value
- int?
StartPosition
Returns the 'start row' and 'start column' attributes for TeField.
public PositionProperty StartPosition { get; set; }
Property Value
Text
Returns the content of TeField.
public StringProperty Text { get; set; }