Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / InputFieldUnderlines Property


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

Property Value

The default value (UnderlineHostControl) specifies that the host determines which input fields are underlined.
Exceptions
ExceptionDescription
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