InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / InputFieldUnderlines Property


In This Topic
    InputFieldUnderlines Property
    In This Topic
    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
    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