Reflection
TerminalRefreshAfterResize Property


Controls whether or not the terminal control refreshes itself after a resize event occurs.
Syntax
'Declaration
 
<CategoryAttribute("Terminal")>
<DescriptionAttribute("Indicates if the terminal control should refresh after it is resized.")>
<DefaultValueAttribute()>
Public Property TerminalRefreshAfterResize As Boolean
'Usage
 
Dim instance As IbmTerminalControl
Dim value As Boolean
 
instance.TerminalRefreshAfterResize = value
 
value = instance.TerminalRefreshAfterResize
[Category("Terminal")]
[Description("Indicates if the terminal control should refresh after it is resized.")]
[DefaultValue()]
public bool TerminalRefreshAfterResize {get; set;}
See Also