InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / HostField Class / IsLightPenField Property
Example


In This Topic
    IsLightPenField Property (HostField)
    In This Topic
    Gets a value that indicates whether the field is a light pen field.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsLightPenField As Boolean
    'Usage
     
    
    Dim instance As HostField
    Dim value As Boolean
     
    value = instance.IsLightPenField
    public bool IsLightPenField {get;}
    Example
    HostField host;
    bool lightPenfield = host.IsLightPenField;
    See Also