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


In This Topic
    IsRightJustifiedField Property (HostField)
    In This Topic
    Gets a value indicating whether the field is a right-aligned field.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsRightJustifiedField As Boolean
    'Usage
     
    
    Dim instance As HostField
    Dim value As Boolean
     
    value = instance.IsRightJustifiedField
    public bool IsRightJustifiedField {get;}
    Example
    HostField host;
    bool rightJustified = host.IsRightJustifiedField;
    See Also