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


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