C# Class ARCed.Scintilla.UndoRedoFlags

Contains Undo/Redo information, used by many of the events
显示文件 Open project: borisblizzard/arcreator Class Usage Examples

Public Properties

Property Type Description
IsLastStep bool
IsMultiLine bool
IsMultiStep bool
IsRedo bool
IsUndo bool

Public Methods

Method Description
ToString ( ) : string

Overridden

UndoRedoFlags ( int modificationType )

Initializes a new instance of the UndoRedoFlags structure.

Method Details

ToString() public method

Overridden
public ToString ( ) : string
return string

UndoRedoFlags() public method

Initializes a new instance of the UndoRedoFlags structure.
public UndoRedoFlags ( int modificationType )
modificationType int Specifies the modification type

Property Details

IsLastStep public_oe property

Is this the last step in an undi or redo
public bool IsLastStep
return bool

IsMultiLine public_oe property

Does this affect multiple lines
public bool IsMultiLine
return bool

IsMultiStep public_oe property

Is this part of a multiple undo or redo
public bool IsMultiStep
return bool

IsRedo public_oe property

Was this action the result of a redo action
public bool IsRedo
return bool

IsUndo public_oe property

Was this action the result of an undo action
public bool IsUndo
return bool