C# 클래스 ARCed.Scintilla.UndoRedo

상속: TopLevelHelper
파일 보기 프로젝트 열기: borisblizzard/arcreator

Private Properties

프로퍼티 타입 설명
ResetIsUndoEnabled void
ShouldSerialize bool
ShouldSerializeIsUndoEnabled bool
UndoRedo System.ComponentModel

공개 메소드들

메소드 설명
BeginUndoAction ( ) : void
EmptyUndoBuffer ( ) : void
EndUndoAction ( ) : void
Redo ( ) : void
Undo ( ) : void

비공개 메소드들

메소드 설명
ResetIsUndoEnabled ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeIsUndoEnabled ( ) : bool
UndoRedo ( Scintilla scintilla ) : System.ComponentModel

메소드 상세

BeginUndoAction() 공개 메소드

public BeginUndoAction ( ) : void
리턴 void

EmptyUndoBuffer() 공개 메소드

public EmptyUndoBuffer ( ) : void
리턴 void

EndUndoAction() 공개 메소드

public EndUndoAction ( ) : void
리턴 void

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void