InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / ClearDisplayOnWidthChangeEnabled Property


In This Topic
    ClearDisplayOnWidthChangeEnabled Property
    In This Topic
    Gets or sets a value indicating whether the screen display is cleared when the number of screen columns is changed. The number of screen columns can be specified using either the DisplayColumns property or the Screen tab in the Display Setup dialog box.
    Syntax
    'Declaration
     
    
    Property ClearDisplayOnWidthChangeEnabled As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.ClearDisplayOnWidthChangeEnabled = value
     
    value = instance.ClearDisplayOnWidthChangeEnabled
    bool ClearDisplayOnWidthChangeEnabled {get; set;}
    See Also