Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / ClearDisplayOnWidthChangeEnabled Property
In This Topic
    ClearDisplayOnWidthChangeEnabled Property
    In This Topic
    Gets or sets whether the screen display is cleared when the number of screen columns changes.
    Syntax
    expression.ClearDisplayOnWidthChangeEnabled As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    The number of screen columns can be specified using either the DisplayColumns property or the Display Settings dialog box.
    See Also