C# Class hoTools.Query.TextBoxUndo

Text Box with UnDo/ReDo functionality by -Function: UndoText() -Function: ReText() -CTRL+Z (undo) (don't works with EA!!) -CTRL+Y (redo) (don't works with EA!!)
Inheritance: System.Windows.Forms.TextBox
Afficher le fichier Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools Class Usage Examples

Méthodes publiques

Méthode Description
RedoText ( ) : void

Redo last change of TextBobUndo

TextBoxUndo ( TabPage tabPage ) : System

Constructor - Register TextChanged

UndoText ( ) : void

Undo last change of TextBobUndo

Private Methods

Méthode Description
InitializeComponent ( ) : void

InitializeComponent. Register Event TextChanged

textBoxUndo_TextChanged ( object sender, EventArgs e ) : void

Event TextChanged

text_KeyDown ( object sender, KeyEventArgs e ) : void
text_KeyPress ( object sender, KeyPressEventArgs e ) : void
text_KeyUp ( object sender, KeyEventArgs e ) : void

Handle CTRL sequences for CTRL+Z (Undo) and CTRL+Y (Redo)

Method Details

RedoText() public méthode

Redo last change of TextBobUndo
public RedoText ( ) : void
Résultat void

TextBoxUndo() public méthode

Constructor - Register TextChanged
public TextBoxUndo ( TabPage tabPage ) : System
tabPage System.Windows.Forms.TabPage The TabPage
Résultat System

UndoText() public méthode

Undo last change of TextBobUndo
public UndoText ( ) : void
Résultat void