Property | Type | Description | |
---|---|---|---|
Position | int | ||
ScrollPosition | Point | ||
Text | string |
Method | Description | |
---|---|---|
UndoItem ( string text, int position, Point scroll ) : System |
contains the information for an undo/redo action
|
public UndoItem ( string text, int position, Point scroll ) : System | ||
text | string | the full text to be undone/redone |
position | int | position of the caret after the un/redo action |
scroll | Point | position of the scrollbars after un/redo action |
return | System |