InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IThemeDisplayEnhancements Interface / EnableUnderline Property


In This Topic
    EnableUnderline Property
    In This Topic
    Gets or sets whether underlining of characters is enabled or not. Not applicable to ANSI terminals.
    Syntax
    'Declaration
     
    
    Property EnableUnderline As Boolean
    'Usage
     
    
    Dim instance As IThemeDisplayEnhancements
    Dim value As Boolean
     
    instance.EnableUnderline = value
     
    value = instance.EnableUnderline
    bool EnableUnderline {get; set;}
    See Also