C# 클래스 Rsdn.Janus.MessageEditorService

상속: IMessageEditorService, IDisposable
파일 보기 프로젝트 열기: rsdn/janus

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
InsertText ( string text ) : void
MessageEditorService ( [ form ) : System
Redo ( ) : void
SaveMessage ( ) : void
SendMessage ( ) : void
ShowFindAndReplace ( ) : void
ShowPreview ( ) : void
SurroundText ( string start, string end, bool newLine ) : void
Undo ( ) : void

비공개 메소드들

메소드 설명
EditorIsModifiedChanged ( MessageForm sender ) : void
EditorModified ( MessageForm sender ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InsertText() 공개 메소드

public InsertText ( string text ) : void
text string
리턴 void

MessageEditorService() 공개 메소드

public MessageEditorService ( [ form ) : System
form [
리턴 System

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

SaveMessage() 공개 메소드

public SaveMessage ( ) : void
리턴 void

SendMessage() 공개 메소드

public SendMessage ( ) : void
리턴 void

ShowFindAndReplace() 공개 메소드

public ShowFindAndReplace ( ) : void
리턴 void

ShowPreview() 공개 메소드

public ShowPreview ( ) : void
리턴 void

SurroundText() 공개 메소드

public SurroundText ( string start, string end, bool newLine ) : void
start string
end string
newLine bool
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void