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


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