메소드 | 설명 | |
---|---|---|
ClearStack ( ) : void |
Clears both the undo and redo stack.
|
|
Redo ( ) : void |
Restores the text removed by the last undo operation in the text box.
|
|
TemporalTextBox ( ) : System |
Initialises a new instance of the TemporalTextBox class.
|
|
Transform ( |
Transform the text box to be identical to source.
|
|
Transform ( |
Transform the text box to be identical to source.
|
|
Undo ( ) : void |
Undoes the last edit operation in the text box.
|
메소드 | 설명 | |
---|---|---|
TemporalTextBox_KeyDown ( object sender, |
Occurs when a key is pressed while the control has focus.
|
|
TemporalTextBox_TextChanged ( object sender, |
Occurs when content changes in the text box.
|
public Transform ( |
||
source | The text box to transform into | |
리턴 | void |
public Transform ( |
||
source | The text box to transform into | |
hideSource | bool | Hide the source text box after the transformation is complete |
리턴 | void |