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


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