C# Class XCore.HtmlViewer

Summary description for HtmlViewer.
IxCoreContentControl includes IxCoreColleague now, so only IxCoreContentControl needs to be declared here.
Inheritance: XCore.XCoreUserControl, IxCoreContentControl
Mostra file Open project: sillsdev/FieldWorks

Protected Properties

Property Type Description
m_htmlControl HtmlControl
m_mediator XCore.Mediator

Public Methods

Method Description
GetMessageTargets ( ) : IxCoreColleague[]

Return an array of all of the objects which should 1) be queried when looking for someone to deliver a message to 2) be potential recipients of a broadcast

HtmlViewer ( ) : System

Initializes a new instance of the HtmlViewer class.

Init ( XCore.Mediator mediator, XmlNode configurationParameters ) : void

Initialize.

PopulateCtrlTabTargetCandidateList ( List targetCandidates ) : Control
PrepareToGoAway ( ) : bool

From IxCoreContentControl

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

GetInstallSubDirectory ( string subDirectory ) : string

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged /// resources; false to release only unmanaged resources. ///
return void

GetInstallSubDirectory() protected method

protected GetInstallSubDirectory ( string subDirectory ) : string
subDirectory string
return string

GetMessageTargets() public method

Return an array of all of the objects which should 1) be queried when looking for someone to deliver a message to 2) be potential recipients of a broadcast
public GetMessageTargets ( ) : IxCoreColleague[]
return IxCoreColleague[]

HtmlViewer() public method

Initializes a new instance of the HtmlViewer class.
public HtmlViewer ( ) : System
return System

Init() public method

Initialize.
public Init ( XCore.Mediator mediator, XmlNode configurationParameters ) : void
mediator XCore.Mediator
configurationParameters System.Xml.XmlNode
return void

PopulateCtrlTabTargetCandidateList() public method

public PopulateCtrlTabTargetCandidateList ( List targetCandidates ) : Control
targetCandidates List
return System.Windows.Forms.Control

PrepareToGoAway() public method

From IxCoreContentControl
public PrepareToGoAway ( ) : bool
return bool

Property Details

m_htmlControl protected_oe property

The control that shows the HTML data.
protected HtmlControl,XCore m_htmlControl
return HtmlControl

m_mediator protected_oe property

Mediator that passes off messages.
protected Mediator,XCore m_mediator
return XCore.Mediator