InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IThemeFont Interface / Bold Property


In This Topic
    Bold Property (IThemeFont)
    In This Topic
    Gets or sets whether the terminal font has the bold attribute
    Syntax
    'Declaration
     
    
    Property Bold As Boolean
    'Usage
     
    
    Dim instance As IThemeFont
    Dim value As Boolean
     
    instance.Bold = value
     
    value = instance.Bold
    bool Bold {get; set;}
    See Also