InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / HostField Class / IsAutoEnterField Property
Example


In This Topic
    IsAutoEnterField Property (HostField)
    In This Topic
    Gets a value indicating whether the field is a auto enter field.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAutoEnterField As Boolean
    'Usage
     
    
    Dim instance As HostField
    Dim value As Boolean
     
    value = instance.IsAutoEnterField
    public bool IsAutoEnterField {get;}
    Example
    HostField host;
    bool autoEnterField = host.IsAutoEnterField;
    See Also