C# Class Karabow.Steg.GUI.Viewer

Inheritance: System.Windows.Forms.WebBrowser
Afficher le fichier Open project: Chieze-Franklin/Steg-Studio Class Usage Examples

Méthodes publiques

Méthode Description
UpdateFromText ( string text ) : void
UpdateFromUrl ( Uri url ) : void
UpdateFromUrl ( string url ) : void
Viewer ( ) : System
Viewer_DocumentCompleted ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e ) : void

Method Details

UpdateFromText() public méthode

public UpdateFromText ( string text ) : void
text string
Résultat void

UpdateFromUrl() public méthode

public UpdateFromUrl ( Uri url ) : void
url System.Uri
Résultat void

UpdateFromUrl() public méthode

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

Viewer() public méthode

public Viewer ( ) : System
Résultat System

Viewer_DocumentCompleted() public méthode

public Viewer_DocumentCompleted ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e ) : void
sender object
e System.Windows.Forms.WebBrowserDocumentCompletedEventArgs
Résultat void