Attachmate.Reflection.Emulation.Common Namespace > ScreenCharacter Class : IsNumericShiftField Property |
Gets
a value that indicates whether the data cell marks the beginning of a numeric shift field. Note: IScreenDataConstants.FIELD_NUMERIC_SHIFT'Declaration
Public ReadOnly Property IsNumericShiftField As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsNumericShiftField
public bool IsNumericShiftField {get;}
private ScreenCharacter screen; bool numericShiftField = screen.IsNumericShiftField;