C# 클래스 Kajabity.Tools.Forms.TextDocument

Description of TextDocument.
상속: Document
파일 보기 프로젝트 열기: Kajabity/Kajabity-Tools 1 사용 예제들

공개 메소드들

메소드 설명
TextDocument ( ) : System

Construct an empty TextDocument.

TextDocument ( string filename ) : System

Construct an emtpy TextDocument specifying the filename.

메소드 상세

TextDocument() 공개 메소드

Construct an empty TextDocument.
public TextDocument ( ) : System
리턴 System

TextDocument() 공개 메소드

Construct an emtpy TextDocument specifying the filename.
public TextDocument ( string filename ) : System
filename string the filename of the text document.
리턴 System