InfoConnect for Unisys
DisplayMargins Property


Gets or sets a value indicating whether to display margins around the terminal window.
Syntax
'Declaration
 
Property DisplayMargins As Boolean
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.DisplayMargins = value
 
value = instance.DisplayMargins
bool DisplayMargins {get; set;}

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
When 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