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