'Declaration
Public ReadOnly Property IsRightAdjustZeroFillField As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsRightAdjustZeroFillField
public bool IsRightAdjustZeroFillField {get;}
Gets
a value indicating whether the data cell marks the beginning of a right adjust, zero fill field. Note: IScreenDataConstants.FIELD_RA_ZEROFILL'Declaration
Public ReadOnly Property IsRightAdjustZeroFillField As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsRightAdjustZeroFillField
public bool IsRightAdjustZeroFillField {get;}
private ScreenCharacter screen; bool rightAdjust = screen.IsRightAdjustZeroFillField;