C# Class FlatRedBall.Glue.Plugins.EmbeddedPlugins.OutputWindow

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
OnErrorOutput ( string output ) : void
OnOutput ( string output ) : void
OutputWindow ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AppendText ( string output, Color color ) : Color
HandleTimerTick ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

ShortenOutputIfNecessary ( ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnErrorOutput() public méthode

public OnErrorOutput ( string output ) : void
output string
Résultat void

OnOutput() public méthode

public OnOutput ( string output ) : void
output string
Résultat void

OutputWindow() public méthode

public OutputWindow ( ) : System
Résultat System