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


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