C# 클래스 ARCed.Scintilla.UndoRedoFlags

Contains Undo/Redo information, used by many of the events
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsLastStep bool
IsMultiLine bool
IsMultiStep bool
IsRedo bool
IsUndo bool

공개 메소드들

메소드 설명
ToString ( ) : string

Overridden

UndoRedoFlags ( int modificationType )

Initializes a new instance of the UndoRedoFlags structure.

메소드 상세

ToString() 공개 메소드

Overridden
public ToString ( ) : string
리턴 string

UndoRedoFlags() 공개 메소드

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

프로퍼티 상세

IsLastStep 공개적으로 프로퍼티

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

IsMultiLine 공개적으로 프로퍼티

Does this affect multiple lines
public bool IsMultiLine
리턴 bool

IsMultiStep 공개적으로 프로퍼티

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

IsRedo 공개적으로 프로퍼티

Was this action the result of a redo action
public bool IsRedo
리턴 bool

IsUndo 공개적으로 프로퍼티

Was this action the result of an undo action
public bool IsUndo
리턴 bool