Class DualBrowserControl
Helper control that hosts two web browser controls and implements basic synchronized scrolling for them.
Inheritance
DualBrowserControl
Implements
Inherited Members
Namespace: SdlSdl.FileTypeSupportFrameworkPreviewControls
Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
Syntax
public class DualBrowserControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
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 |
---|---|
WebBrowser |
WebBrowserTrg
The browser control that displays the target language content.
Declaration
public WebBrowser WebBrowserTrg { get; }
Property Value
Type | Description |
---|---|
WebBrowser |
Methods
Dispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | true if managed resources should be disposed; otherwise, false. |