InfoConnect for Airlines
IsLightPenField Property (HostField)
Example 


Gets a value indicating 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