C# 클래스 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!!)
상속: System.Windows.Forms.TextBox
파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools 1 사용 예제들

공개 메소드들

메소드 설명
RedoText ( ) : void

Redo last change of TextBobUndo

TextBoxUndo ( TabPage tabPage ) : System

Constructor - Register TextChanged

UndoText ( ) : void

Undo last change of TextBobUndo

비공개 메소드들

메소드 설명
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)

메소드 상세

RedoText() 공개 메소드

Redo last change of TextBobUndo
public RedoText ( ) : void
리턴 void

TextBoxUndo() 공개 메소드

Constructor - Register TextChanged
public TextBoxUndo ( TabPage tabPage ) : System
tabPage System.Windows.Forms.TabPage The TabPage
리턴 System

UndoText() 공개 메소드

Undo last change of TextBobUndo
public UndoText ( ) : void
리턴 void