C# 클래스 FdoToolbox.Base.Controls.TextEditor

상속: ViewContent
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
Save ( ) : bool

Saves this instance.

SaveAs ( ) : bool

Saves as.

TextEditor ( ) : System

Initializes a new instance of the TextEditor class.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

메소드 상세

Save() 공개 메소드

Saves this instance.
public Save ( ) : bool
리턴 bool

SaveAs() 공개 메소드

Saves as.
public SaveAs ( ) : bool
리턴 bool

TextEditor() 공개 메소드

Initializes a new instance of the TextEditor class.
public TextEditor ( ) : System
리턴 System