C# 클래스 TESVSnip.UI.Docking.RichTextContent

파일 보기 프로젝트 열기: figment/tesvsnip 1 사용 예제들

공개 메소드들

메소드 설명
RichTextContent ( ) : System.Windows.Forms
UpdateRecord ( BaseRecord sc ) : void
UpdateRtf ( string rtfText ) : void
UpdateText ( string text ) : void

메소드 상세

RichTextContent() 공개 메소드

public RichTextContent ( ) : System.Windows.Forms
리턴 System.Windows.Forms

UpdateRecord() 공개 메소드

public UpdateRecord ( BaseRecord sc ) : void
sc BaseRecord
리턴 void

UpdateRtf() 공개 메소드

public UpdateRtf ( string rtfText ) : void
rtfText string
리턴 void

UpdateText() 공개 메소드

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