InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ScreenCharacter Class / IsHighIntensity Property
Example


In This Topic
    IsHighIntensity Property (ScreenCharacter)
    In This Topic
    Gets a value indicating 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