Interface ITerminalAttributes
The methods and properties in the TerminalAttributes class return information about the terminal attributes of the associated field.
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface ITerminalAttributes
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
HostColor Color { get; }
Property Value
Type | Description |
---|---|
HostColor | This property returns a constant from the HostColor enumeration. |
Remarks
Gets the color of the field.
IsBlinking
Gets whether the field has the blinking attribute.
Declaration
bool IsBlinking { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the blinking attribute. |
Remarks
Gets whether the field has the blinking attribute.
IsColumnSeparated
Gets whether the field has the column separated attribute.
Declaration
bool IsColumnSeparated { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the column separated attribute. |
Remarks
Gets whether the field has the column separated attribute.
IsHalfBrite
Gets whether the field has the half-brite attribute.
Declaration
bool IsHalfBrite { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the half-brite attribute. |
Remarks
Gets whether the field has the half-brite attribute.
IsIntense
Gets whether the field has the intense attribute.
Declaration
bool IsIntense { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the intense attribute. |
Remarks
Gets whether the field has the intense attribute.
IsNonDisplay
Gets whether the field has the non-display attribute.
Declaration
bool IsNonDisplay { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the non-display attribute. |
Remarks
Gets whether the field has the non-display attribute.
IsNumeric
Gets whether the field has the numeric attribute.
Declaration
bool IsNumeric { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the numeric attribute. |
Remarks
Gets whether the field has the numeric attribute.
IsPenDetect
Gets whether the field has the pen-detect attribute.
Declaration
bool IsPenDetect { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the pen-detect attribute. |
Remarks
Gets whether the field has the pen-detect attribute.
IsProtected
Gets whether the field has the protected attribute.
Declaration
bool IsProtected { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the protected attribute. |
Remarks
Gets whether the field has the protected attribute.
IsReverse
Gets whether the field has the reverse attribute.
Declaration
bool IsReverse { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the reverse attribute. |
Remarks
Gets whether the field has the reverse attribute.
IsUnderscore
Gets whether the field has the underscore attribute.
Declaration
bool IsUnderscore { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the field has the underscore attribute. |
Remarks
Gets whether the field has the underscore attribute.
Methods
ToString()
Generates a string object that represents the current values of this TerminalAttributes object.
Declaration
string ToString()
Returns
Type | Description |
---|---|
string | The string representation of this object |