InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / 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
    '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
    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