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


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