InfoConnect for Airlines
IsNumericShiftField Property (ScreenCharacter)
Example 


Gets a value that indicates whether the data cell marks the beginning of a numeric shift field. Note: IScreenDataConstants.FIELD_NUMERIC_SHIFT
Syntax
'Declaration
 
Public ReadOnly Property IsNumericShiftField As Boolean
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsNumericShiftField
public bool IsNumericShiftField {get;}
Example
private ScreenCharacter screen;
            
bool numericShiftField = screen.IsNumericShiftField;
See Also