'Declaration<FlagsAttribute()> Public Enum FieldAttributes Inherits System.Enum
'UsageDim instance As FieldAttributes
[Flags()] public enum FieldAttributes : System.Enum
'Declaration<FlagsAttribute()> Public Enum FieldAttributes Inherits System.Enum
'UsageDim instance As FieldAttributes
[Flags()] public enum FieldAttributes : System.Enum
| Member | Description |
|---|---|
| AlphaOnly | Alpha-only field attribute. |
| AlphaShift | Field is Alphabetic Shift. |
| Attribute | Identifies attributes as field attributes. |
| AttributePosition | Identifies a field attribute definition character |
| AttributeSpace | Field attribute occupies screen space. |
| AutoEnter | Field is auto enter. |
| Blink | Blinking text attribute. |
| CharSetApl | Character set attribute. |
| CheckMod10 | Field is check mod 10. |
| CheckMod11 | Field is check mod 11. |
| ColumnSeparator | Column separator text attribute. |
| Default | Default text attribute. |
| Digits | Digits field attribute. |
| ExitRequired | Field exit required. |
| HighIntensity | High-intensity text attribute. |
| LeftLine | Left vertical line text attribute. |
| LightPen | Light pen field attribute. |
| MagneticStrip | Magnetic strip field attribute. |
| MandatoryEntry | Mandatory entry field attribute. |
| MandatoryFill | Mandatory fill field attribute. |
| MarkDup | Field dup or mark enabled. |
| Message | Message field type attribute. |
| ModeBlock | Block mode field attribute. |
| ModeProtected | Protected mode field attribute. |
| Modified | Modified field attribute. |
| NumericOnly | Numeric only field attribute. |
| NumericShift | Numeric shift field attribute. |
| Overline | Overline text attribute. |
| Reverse | Reverse video text attribute. |
| RightAdjustBlankFill | Field is right-adjust blank fill. |
| RightAdjustZeroFill | Field is right-adjust zero fill. |
| RightJustified | Right-aligned field attribute |
| RightLine | Right vertical line text attribute. |
| SignedNumeric | Signed numeric field attribute. |
| Strikethrough | Strikethrough text attribute. |
| Trigger | Trigger field attribute. |
| Underline | Underline text attribute. |
| UpperCase | Field is uppercase. |
| User | User field type attribute. |
| Visible | Visible text attribute |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.FieldAttributes