InfoConnect for Airlines
InputFieldUnderlines Property


Gets or sets a value that specifies how the terminal underlines input fields on host screens.
Syntax
'Declaration
 
Property InputFieldUnderlines As InputFieldUnderlinesOption
'Usage
 
Dim instance As IIbmTerminal
Dim value As InputFieldUnderlinesOption
 
instance.InputFieldUnderlines = value
 
value = instance.InputFieldUnderlines
InputFieldUnderlinesOption InputFieldUnderlines {get; set;}

Property Value

The default value (UnderlineHostControl) specifies that the host determines which input fields are underlined.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
See Also