Attachmate.Reflection.Emulation.Common Namespace > ScreenCharacter Class : IsDefaultDisplay Property |
Gets
a value that indicates whether the data cell displays with default attributes. Note: IScreenDataConstants.ATTR_DEFAULT'Declaration
Public ReadOnly Property IsDefaultDisplay As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsDefaultDisplay
public bool IsDefaultDisplay {get;}
private ScreenCharacter screen; bool defDisplay = screen.IsDefautDisplay;