C# Class Rsdn.Janus.MsgViewer

Контрол для просмотра сообщения.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: rsdn/janus Class Usage Examples

Private Properties

Свойство Type Description
FormatURI string
InitializeComponent void
MessageBrowserNavigating void
MessageBrowserStatusTextChanged void
OnMsgChanged void

Méthodes publiques

Méthode Description
MsgViewer ( IServiceProvider provider ) : System
NavigateToUrl ( string url ) : void
PageDown ( ) : bool

Прокручивает страницу с сообщением на лист вниз.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
FormatURI ( JanusProtocolResourceType resourceType, string parameters ) : string
InitializeComponent ( ) : void

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

MessageBrowserNavigating ( object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void
MessageBrowserStatusTextChanged ( object sender, EventArgs e ) : void
OnMsgChanged ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MsgViewer() public méthode

public MsgViewer ( IServiceProvider provider ) : System
provider IServiceProvider
Résultat System

NavigateToUrl() public méthode

public NavigateToUrl ( string url ) : void
url string
Résultat void

PageDown() public méthode

Прокручивает страницу с сообщением на лист вниз.
public PageDown ( ) : bool
Résultat bool