C# Class fItemPlugin.ItemRules.Core.TextHighlighter.UndoItem

Exibir arquivo Open project: herbfunk/Funky

Public Properties

Property Type Description
Position int
ScrollPosition Point
Text string

Public Methods

Method Description
UndoItem ( string text, int position, Point scroll ) : System

contains the information for an undo/redo action

Method Details

UndoItem() public method

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

Property Details

Position public_oe property

public int Position
return int

ScrollPosition public_oe property

public Point ScrollPosition
return Point

Text public_oe property

public string Text
return string