InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / HostKeyboardType Property
In This Topic
    HostKeyboardType Property
    In This Topic
    Gets or sets a value that specifies which keys can be used in numeric fields.
    Syntax
    expression.HostKeyboardType As HostKeyboardTypeOption
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    A HostKeyboardTypeOption value. The default value is Normal.
    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.
    Remarks
    This property is only relevant for 3270 terminal sessions.
    See Also