C# Class TpTrayUtility.AdvancedTextEditor

Mostrar archivo Open project: TargetProcess/Tp.TrayUtility

Public Methods

Method Description
AdvancedTextEditor ( EventHandler textChanged ) : System
Reset ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Method 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 method

public AdvancedTextEditor ( EventHandler textChanged ) : System
textChanged EventHandler
return System

Dispose() protected method

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

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

Reset() public method

public Reset ( ) : void
return void