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

Encapsulates the name of a type of document and it's default extension. Used in File Open/Save dialogs and to provide the default filename for New documents.
파일 보기 프로젝트 열기: Kajabity/Kajabity-Tools

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Pattern string

공개 메소드들

메소드 설명
DocumentType ( ) : System

Default or Empty constructor.

메소드 상세

DocumentType() 공개 메소드

Default or Empty constructor.
public DocumentType ( ) : System
리턴 System

프로퍼티 상세

Name 공개적으로 프로퍼티

The name of a type of document which is used both in the Open/Save dialogs and as the basis for a default document name for new Documents.
public string Name
리턴 string

Pattern 공개적으로 프로퍼티

The filename filter pattern to apply in File Open/Save dialogs.
public string Pattern
리턴 string