Search Results for

    Show / Hide Table of Contents

    Class DualBrowserControl

    Helper control that hosts two web browser controls and implements basic synchronized scrolling for them.

    Inheritance
    System.Object
    DualBrowserControl
    Namespace: Sdl.FileTypeSupport.Framework.PreviewControls
    Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
    Syntax
    public class DualBrowserControl : UserControl

    Constructors

    DualBrowserControl()

    Create the child controls etc.

    Declaration
    public DualBrowserControl()

    Properties

    WebBrowserSrc

    The browser control that displays the source language content.

    Declaration
    public WebBrowser WebBrowserSrc { get; }
    Property Value
    Type Description
    System.Windows.Forms.WebBrowser

    WebBrowserTrg

    The browser control that displays the target language content.

    Declaration
    public WebBrowser WebBrowserTrg { get; }
    Property Value
    Type Description
    System.Windows.Forms.WebBrowser

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    On this page

    • Constructors
      • DualBrowserControl()
    • Properties
      • WebBrowserSrc
      • WebBrowserTrg
    • Methods
      • Dispose(Boolean)
    Back to top Generated by DocFX