Admin Production rocket
Current Publication

ClearDisplayOnWidthChangeEnabled Property

Reflection Desktop .NET API Guide V17.1
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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