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


In This Topic
    Bold Property (IThemeFont)
    In This Topic
    Gets or sets a value indicating 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