InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ScreenCharacter Class / IsNumericShiftField Property
Example


In This Topic
    IsNumericShiftField Property (ScreenCharacter)
    In This Topic
    Gets a value indicating 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