InfoConnect for Airlines
IsLightPenField Property (ScreenCharacter)
Example 


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