Attachmate.Reflection.Emulation.Common Namespace > ScreenCharacter Class : IsBlockField Property |
Gets
a value that indicates 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;