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


In This Topic
    IsRightAdjustZeroFillField Property (HostField)
    In This Topic
    Gets a value that indicates whether the field is a right-adjust, zero-fill field.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsRightAdjustZeroFillField As Boolean
    'Usage
     
    
    Dim instance As HostField
    Dim value As Boolean
     
    value = instance.IsRightAdjustZeroFillField
    public bool IsRightAdjustZeroFillField {get;}
    Example
    HostField host;
    bool rightAdjustFillField = host.IsRightAdjustZeroFillField;
    See Also