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


In This Topic
    IsDigitsField Property (ScreenCharacter)
    In This Topic
    Gets a value indicating whether the data cell marks the beginning of a digits field. Note: IScreenDataConstants.FIELD_DIGITS
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDigitsField As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsDigitsField
    public bool IsDigitsField {get;}
    Example
    private ScreenCharacter screen;
                
    bool digitsField = screen.IsDigitsField;
    See Also