C# Class iRuler.Dialogs.StatusWindow

Summary description for StatusWindow.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: f5devcentral/f5-irule-editor

Méthodes publiques

Méthode Description
StatusWindow ( ) : System
appendText ( String sText ) : void
setText ( String sText ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

StatusWindow_Load ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

StatusWindow() public méthode

public StatusWindow ( ) : System
Résultat System

appendText() public méthode

public appendText ( String sText ) : void
sText String
Résultat void

setText() public méthode

public setText ( String sText ) : void
sText String
Résultat void