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