'Declaration
Public Enum TerminalAttributeOption Inherits System.Enum
'Usage
Dim instance As TerminalAttributeOption
public enum TerminalAttributeOption : System.Enum
'Declaration
Public Enum TerminalAttributeOption Inherits System.Enum
'Usage
Dim instance As TerminalAttributeOption
public enum TerminalAttributeOption : System.Enum
Member | Description |
---|---|
ProtectedHigh | T27 protected intense text |
ProtectedHighBlink | T27 Protected intense blinking text |
ProtectedLow | UTS protected low intensity text |
ProtectedLowAlpha | UTS protected low intensity alphanumeric attribute. |
ProtectedLowBlink | UTS protected low intensity blinking text attribute. |
ProtectedNormal | protected field normal text |
ProtectedNormalAlpha | protected normal alphanumeric attribute. |
ProtectedNormalBlink | Protected blinking text |
ProtectedNormalNumeric | protected normal numeric attribute. |
StatusLine | Status line attribute. |
UnprotectedHigh | T27 Unprotected intense text |
UnprotectedHighBlink | T27 Unprotected intense blinking text |
UnprotectedLow | UTS Unprotected low intensity text |
UnprotectedLowAlpha | UTS unprotected intense alphanumeric attribute. |
UnprotectedLowAlphaBlink | UTS unprotected low intensity alphanumeric blinking text attribute. |
UnprotectedLowBlink | UTS Unprotected low intensity blinking text |
UnprotectedLowNumeric | UTS unprotected intense numeric attribute. |
UnprotectedLowNumericBlink | UTS unprotected low intensity numeric blinking text attribute. |
UnprotectedNormal | Unprotected normal text |
UnprotectedNormalAlpha | UTS unprotected normal alphanumeric attribute. |
UnprotectedNormalAlphaBlink | UTS unprotected normal alphanumeric blinking text attribute. |
UnprotectedNormalBlink | Unprotected normal blinking text |
UnprotectedNormalNumeric | UTS unprotected normal numeric attribute. |
UnprotectedNormalNumericBlink | UTS unprotected normal numeric blinking text attribute. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.Common.TerminalAttributeOption