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


In This Topic
    IsRightAdjustZeroFillField Property (ScreenCharacter)
    In This Topic
    Gets a value that indicates whether the data cell marks the beginning of a right adjust, zero fill field. Note: IScreenDataConstants.FIELD_RA_ZEROFILL
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsRightAdjustZeroFillField As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsRightAdjustZeroFillField
    public bool IsRightAdjustZeroFillField {get;}
    Example
    private ScreenCharacter screen;
                
    bool rightAdjust = screen.IsRightAdjustZeroFillField;
    See Also