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


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