Reflection
ClearDisplayOnWidthChangeEnabled Property


Returns or specifies 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