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

An abstract base class for all types of document that can be created, loaded, modified and saved by the SDIForm methods. Extend this class to add properties and methods appropriate for your particular type of document or data.
파일 보기 프로젝트 열기: Kajabity/Kajabity-Tools 1 사용 예제들

공개 메소드들

메소드 설명
Document ( ) : System

Empty contructor used to create an unnamed document - the name will be set later.

Document ( string name ) : System

Construct a document providing a name. The name may be changed later - e.g. when saved.

메소드 상세

Document() 공개 메소드

Empty contructor used to create an unnamed document - the name will be set later.
public Document ( ) : System
리턴 System

Document() 공개 메소드

Construct a document providing a name. The name may be changed later - e.g. when saved.
public Document ( string name ) : System
name string The name of the document
리턴 System