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