Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Kajabity
Tools
Forms
DocumentType
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.
Показать файл
Открыть проект
Открытые свойства
Свойство
Тип
Описание
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