Class TerminalAttributes
The methods and properties in the TerminalAttributes class return information about the terminal attributes of the associated field.
Inherited Members
Namespace: WRQ.Verastream.HostIntegrator
Assembly: WRQ.Verastream.HostIntegrator.dll
Syntax
[Serializable]
public class TerminalAttributes
Remarks
The methods and properties in the TerminalAttributes class return information about the terminal attributes of the associated field.
Properties
Color
Gets the color of the field.
Declaration
public virtual Color Color { get; }
Property Value
Type | Description |
---|---|
Color | This property returns a constant from the Color enumeration. |
IsBlinking
Gets whether the field has the blinking attribute.
Declaration
public virtual bool IsBlinking { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the blinking attribute. |
IsColumnSeparated
Gets whether the field has the column separated attribute.
Declaration
public virtual bool IsColumnSeparated { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the column separated attribute. |
IsHalfBrite
Gets whether the field has the half-brite attribute.
Declaration
public virtual bool IsHalfBrite { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the half-brite attribute. |
IsIntense
Gets whether the field has the intense attribute.
Declaration
public virtual bool IsIntense { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the intense attribute. |
IsNonDisplay
Gets whether the field has the non-display attribute.
Declaration
public virtual bool IsNonDisplay { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the non-display attribute. |
IsNumeric
Gets whether the field has the numeric attribute.
Declaration
public virtual bool IsNumeric { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the numeric attribute. |
IsPenDetect
Gets whether the field has the pen-detect attribute.
Declaration
public virtual bool IsPenDetect { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the pen-detect attribute. |
IsProtected
Gets whether the field has the protected attribute.
Declaration
public virtual bool IsProtected { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the protected attribute. |
IsReverse
Gets whether the field has the reverse attribute.
Declaration
public virtual bool IsReverse { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the reverse attribute. |
IsUnderscore
Gets whether the field has the underscore attribute.
Declaration
public virtual bool IsUnderscore { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the underscore attribute. |