InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / ScreenCharacter Class / IsUnderline Property
Example


In This Topic
    IsUnderline Property (ScreenCharacter)
    In This Topic
    Gets a value that indicates whether the data cell contains underlined text. Note: IScreenDataconstants.ATTR_UNDERLINE
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsUnderline As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsUnderline
    public bool IsUnderline {get;}
    Example
    private ScreenCharacter screen;
                
    bool underline = screen.IsUnderline;
    See Also