Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Kajabity
Tools
Forms
DocumentType
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.
Mostra file
Open project: Kajabity/Kajabity-Tools
Public Properties
Property
Type
Description
Name
string
Pattern
string
Public Methods
Method
Description
DocumentType
( ) :
System
Default or Empty constructor.
Method Details
DocumentType()
public
method
Default or Empty constructor.
public
DocumentType
( ) :
System
return
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
return
string
Pattern
public_oe property
The filename filter pattern to apply in File Open/Save dialogs.
public
string
Pattern
return
string