C# Class TpTrayUtility.AdvancedTextEditor

Afficher le fichier Open project: TargetProcess/Tp.TrayUtility

Méthodes publiques

Méthode Description
AdvancedTextEditor ( EventHandler textChanged ) : System
Reset ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Méthode Description
FinishText ( ) : void
InitializeComponent ( ) : void

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

InputTextBox_TextChanged ( object sender, EventArgs e ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonOk_Click ( object sender, EventArgs e ) : void
inputTextBox_KeyPress ( object sender, KeyPressEventArgs e ) : void
toolStripButtonSelectBackColor_Click ( object sender, EventArgs e ) : void
toolStripButtonSelectFont_Click ( object sender, EventArgs e ) : void

Method Details

AdvancedTextEditor() public méthode

public AdvancedTextEditor ( EventHandler textChanged ) : System
textChanged EventHandler
Résultat System

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

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void