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


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