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


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