InfoConnect for Unisys
IsRightJustifiedField Property (HostField)
Example 


Gets a value that indicates 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