Attachmate.Reflection.Emulation.Common Namespace > ScreenCharacter Class : IsHighIntensity Property |
Gets
a value that indicates whether the data cell contains high intensity text. Note: IScreenDataConstants.ATTR_HIGH_INTENSITY'Declaration
Public ReadOnly Property IsHighIntensity As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsHighIntensity
public bool IsHighIntensity {get;}
private ScreenCharacter screen; bool highIntensity = screen.IsHighIntensity;