InfoConnect for Airlines
IsRightAdjustBlankFillField Property (ScreenCharacter)
Example 


Gets a value that indicates whether the data cell marks the beginning of a right adjust, blank fill field. Note: IScreenDataConstants.FIELD
Syntax
'Declaration
 
Public ReadOnly Property IsRightAdjustBlankFillField As Boolean
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsRightAdjustBlankFillField
public bool IsRightAdjustBlankFillField {get;}
Example
private ScreenCharacter screen;
            
bool rightAdjust = screen.IsRightAdjustBlankFillField;
See Also