InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / FieldAttributes Enumeration


In This Topic
    FieldAttributes Enumeration
    In This Topic
    Defines values that determine a field's attributes.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum FieldAttributes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FieldAttributes
    [Flags()]
    public enum FieldAttributes : System.Enum 
    Members
    MemberDescription
    AlphaOnlyAlpha-only field attribute.
    AlphaShiftField is Alphabetic Shift.
    AttributeIdentifies attributes as field attributes.
    AttributePositionIdentifies a field attribute definition character
    AttributeSpaceField attribute occupies screen space.
    AutoEnterField is auto enter.
    BlinkBlinking text attribute.
    CharSetAplCharacter set attribute.
    CheckMod10Field is check mod 10.
    CheckMod11Field is check mod 11.
    ColumnSeparatorColumn separator text attribute.
    DefaultDefault text attribute.
    DigitsDigits field attribute.
    ExitRequiredField exit required.
    HighIntensityHigh-intensity text attribute.
    LeftLineLeft vertical line text attribute.
    LightPenLight pen field attribute.
    MagneticStripMagnetic strip field attribute.
    MandatoryEntryMandatory entry field attribute.
    MandatoryFillMandatory fill field attribute.
    MarkDupField dup or mark enabled.
    MessageMessage field type attribute.
    ModeBlockBlock mode field attribute.
    ModeProtectedProtected mode field attribute.
    ModifiedModified field attribute.
    NumericOnlyNumeric only field attribute.
    NumericShiftNumeric shift field attribute.
    OverlineOverline text attribute.
    ReverseReverse video text attribute.
    RightAdjustBlankFillField is right-adjust blank fill.
    RightAdjustZeroFillField is right-adjust zero fill.
    RightJustifiedRight-aligned field attribute
    RightLineRight vertical line text attribute.
    SignedNumericSigned numeric field attribute.
    StrikethroughStrikethrough text attribute.
    TriggerTrigger field attribute.
    UnderlineUnderline text attribute.
    UpperCaseField is uppercase.
    UserUser field type attribute.
    VisibleVisible text attribute
    Remarks
    This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.FieldAttributes

    See Also