C# Класс XCore.HtmlViewer

Summary description for HtmlViewer.
IxCoreContentControl includes IxCoreColleague now, so only IxCoreContentControl needs to be declared here.
Наследование: XCore.XCoreUserControl, IxCoreContentControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
m_htmlControl HtmlControl
m_mediator XCore.Mediator

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

GetInstallSubDirectory ( string subDirectory ) : string

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

Описание методов

Dispose() защищенный Метод

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. ///
Результат void

GetInstallSubDirectory() защищенный Метод

protected GetInstallSubDirectory ( string subDirectory ) : string
subDirectory string
Результат string

GetMessageTargets() публичный Метод

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[]
Результат IxCoreColleague[]

HtmlViewer() публичный Метод

Initializes a new instance of the HtmlViewer class.
public HtmlViewer ( ) : System
Результат System

Init() публичный Метод

Initialize.
public Init ( XCore.Mediator mediator, XmlNode configurationParameters ) : void
mediator XCore.Mediator
configurationParameters System.Xml.XmlNode
Результат void

PopulateCtrlTabTargetCandidateList() публичный Метод

public PopulateCtrlTabTargetCandidateList ( List targetCandidates ) : Control
targetCandidates List
Результат System.Windows.Forms.Control

PrepareToGoAway() публичный Метод

From IxCoreContentControl
public PrepareToGoAway ( ) : bool
Результат bool

Описание свойств

m_htmlControl защищенное свойство

The control that shows the HTML data.
protected HtmlControl,XCore m_htmlControl
Результат HtmlControl

m_mediator защищенное свойство

Mediator that passes off messages.
protected Mediator,XCore m_mediator
Результат XCore.Mediator