Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / DisplayMargins Property
In This Topic
    DisplayMargins Property
    In This Topic
    Gets or sets a value indicating whether to display margins around the terminal window.
    Syntax
    expression.DisplayMargins As Boolean
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    The default value is false.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    While this property is set to false, no margins are displayed and the terminal attempts to make the text fill the terminal window. Depending on the screen resolution, the current screen, and the size of your terminal window, you may not see an effect in the terminal window. The default is false.
    See Also