Attachmate.Reflection.UserControl.Wpf.IbmHosts Assembly > Attachmate.Reflection.UserControl.Wpf.IbmHosts Namespace > IbmTerminalControl Class : TerminalRefreshAfterResize Property |
'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;}