Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / InputFieldUnderlinesOption Enumeration


InputFieldUnderlinesOption Enumeration
Defines options that specify how Reflection underlines input fields on host screens.
Syntax
'Declaration
 
Public Enum InputFieldUnderlinesOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As InputFieldUnderlinesOption
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