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


In This Topic
    FontName Property (IThemeFont)
    In This Topic
    Gets or sets the face name of the terminal font to use
    Syntax
    'Declaration
     
    
    Property FontName As String
    'Usage
     
    
    Dim instance As IThemeFont
    Dim value As String
     
    instance.FontName = value
     
    value = instance.FontName
    string FontName {get; set;}
    See Also