InfoConnect API Guide
Attachmate.Reflection.UserControl.Wpf.IbmHosts Namespace / IbmTerminalControl Class / TerminalRefreshAfterResize Property


In This Topic
    TerminalRefreshAfterResize Property
    In This Topic
    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(False)>
    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(false)]
    public bool TerminalRefreshAfterResize {get; set;}
    See Also