Attachmate.Reflection.Emulation.Common Namespace > ScreenCharacter Class : IsRightAdjustBlankFillField Property |
Gets
a value that indicates whether the data cell marks the beginning of a right adjust, blank fill field. Note: IScreenDataConstants.FIELD'Declaration
Public ReadOnly Property IsRightAdjustBlankFillField As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsRightAdjustBlankFillField
public bool IsRightAdjustBlankFillField {get;}
private ScreenCharacter screen; bool rightAdjust = screen.IsRightAdjustBlankFillField;