InfoConnect for Airlines
IsRightJustifiedField Property (ScreenCharacter)
Example 


Gets a value that indicates whether the data cell marks the beginning of a right justified field. Note: IScreenDataConstants.FIELD_RIGHT_JUSTIFIED
Syntax
'Declaration
 
Public ReadOnly Property IsRightJustifiedField As Boolean
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsRightJustifiedField
public bool IsRightJustifiedField {get;}
Example
private ScreenCharacter screen;
            
bool rightJustified = screen.IsRightJustifiedField;
See Also