InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IThemeFont Interface / DisplayVariableWidthFonts Property


In This Topic
    DisplayVariableWidthFonts Property
    In This Topic
    whether variable width fonts are included in the list of fonts that appears in the Fonts section of the Theme Settings
    Syntax
    'Declaration
     
    
    Property DisplayVariableWidthFonts As Boolean
    'Usage
     
    
    Dim instance As IThemeFont
    Dim value As Boolean
     
    instance.DisplayVariableWidthFonts = value
     
    value = instance.DisplayVariableWidthFonts
    bool DisplayVariableWidthFonts {get; set;}

    Property Value

    The default value is True.
    See Also