expression.IsRightJustifiedField As Boolean
where expression is a variable that represents a HostField Object
Gets
a value
that indicates whether the field is a right-aligned field. Note: IScreenDataConstants.FIELD_RIGHT_JUSTIFIEDexpression.IsRightJustifiedField As Boolean
Dim host As HostField Dim rightJustified As Boolean = host.IsRightJustifiedField