InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HostField Object / IsRightJustifiedField Property
Example
In This Topic
    IsRightJustifiedField Property (HostField)
    In This Topic
    Gets a value that indicates whether the field is a right-aligned field. Note: IScreenDataConstants.FIELD_RIGHT_JUSTIFIED
    Syntax
    expression.IsRightJustifiedField As Boolean
    where expression is a variable that represents a HostField Object
    Example
    Dim host As HostField 
    Dim rightJustified As Boolean = host.IsRightJustifiedField
    See Also