'Declaration
Public ReadOnly Property IsDigitsField As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsDigitsField
public bool IsDigitsField {get;}
Gets
a value indicating whether the data cell marks the beginning of a digits field. Note: IScreenDataConstants.FIELD_DIGITS'Declaration
Public ReadOnly Property IsDigitsField As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsDigitsField
public bool IsDigitsField {get;}
private ScreenCharacter screen; bool digitsField = screen.IsDigitsField;