C# Class 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.
Afficher le fichier Open project: Kajabity/Kajabity-Tools

Méthodes publiques

Свойство Type Description
Name string
Pattern string

Méthodes publiques

Méthode Description
DocumentType ( ) : System

Default or Empty constructor.

Method Details

DocumentType() public méthode

Default or Empty constructor.
public DocumentType ( ) : System
Résultat System

Property Details

Name public_oe property

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
Résultat string

Pattern public_oe property

The filename filter pattern to apply in File Open/Save dialogs.
public string Pattern
Résultat string