Coherent UI for .NET  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Coherent.UI.FileSelectionParams Class Reference

Parameters for file selection request. More...

Inherits IDisposable.

Properties

string[] AcceptedMIMETypes [get]
 The list of street addresses of the principal More...
 
FileSelectionMode Mode [get]
 The file selection mode - it determines whether multiple files or folders can be selected. More...
 
string DialogTitle [get, set]
 Title for the dialog. More...
 
string DefaultFileName [get]
 Default file name to select in the dialog. More...
 
uint AcceptedMIMETypesCount [get]
 The count of items in the AcceptedMIMETypes array. More...
 

Detailed Description

Parameters for file selection request.

Property Documentation

string [] Coherent.UI.FileSelectionParams.AcceptedMIMETypes
get

The list of street addresses of the principal

uint Coherent.UI.FileSelectionParams.AcceptedMIMETypesCount
get

The count of items in the AcceptedMIMETypes array.

string Coherent.UI.FileSelectionParams.DefaultFileName
get

Default file name to select in the dialog.

string Coherent.UI.FileSelectionParams.DialogTitle
getset

Title for the dialog.

FileSelectionMode Coherent.UI.FileSelectionParams.Mode
get

The file selection mode - it determines whether multiple files or folders can be selected.