InfoConnect for Airlines VBA Guide
DisplayMargins Property
Gets or sets a value indicating whether to display margins around the terminal window.
Syntax
Object.DisplayMargins As Boolean

Property Value

The default value is false.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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