InfoConnect for Airlines
IsHighIntensity Property (ScreenCharacter)
Example 


Gets a value that indicates whether the data cell contains high intensity text. Note: IScreenDataConstants.ATTR_HIGH_INTENSITY
Syntax
'Declaration
 
Public ReadOnly Property IsHighIntensity As Boolean
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsHighIntensity
public bool IsHighIntensity {get;}
Example
private ScreenCharacter screen;
            
bool highIntensity = screen.IsHighIntensity;
See Also