InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / ThemeFont Object / AutoFontSize Property
In This Topic
    AutoFontSize Property (ThemeFont)
    In This Topic
    Gets or sets a value indicating whether the font size auto-adjusts when the terminal window size changes.
    Syntax
    expression.AutoFontSize As Boolean
    where expression is a variable that represents a ThemeFont Object

    Property Value

    The default value is True.

    When this property is True, InfoConnect automatically adjusts the font size so that the entire terminal display is always visible.


    When this property is False, InfoConnect uses the font size specified by FontSize. Scroll bars appear when the InfoConnect window size is too small to show the entire terminal window display.

    See Also