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


In This Topic
    IsLightPenField Property (ScreenCharacter)
    In This Topic
    Gets a value that indicates whether the data cell marks the beginning of a light pen field. Note: IScreenDataConstants.FIELD_LIGHT_PEN
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsLightPenField As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsLightPenField
    public bool IsLightPenField {get;}
    Example
    private ScreenCharacter screen;
                
    bool lightPenField = screen.IsLightPenField;
    See Also