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


In This Topic
    InputFieldUnderlinesOption Enumeration
    In This Topic
    Defines options that specify how InfoConnect underlines input fields on host screens.
    Syntax
    'Declaration
     
    
    Public Enum InputFieldUnderlinesOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As InputFieldUnderlinesOption
    public enum InputFieldUnderlinesOption : System.Enum 
    Members
    MemberDescription
    UnderlineAlwaysAll input fields on host screens are underlined.
    UnderlineHostControlThe host determines which input fields are underlined.
    UnderlineNeverInput fields on host screens are not underlined.
    Inheritance Hierarchy

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

    See Also