Свойство | Тип | Описание | |
---|---|---|---|
Position | int | ||
ScrollPosition | Point | ||
Text | string |
Метод | Описание | |
---|---|---|
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 |
Результат | System |