Class OpenDialog
Inherited Members
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public class OpenDialog : Terminal.Gui.FileDialog
Constructors
OpenDialog(ustring, ustring)
Declaration
public OpenDialog (NStack.ustring title, NStack.ustring message);
Parameters
| Type | Name | Description |
|---|---|---|
| NStack.ustring | title | To be added. |
| NStack.ustring | message | To be added. |
Properties
AllowsMultipleSelection
Gets or sets a value indicating whether this OpenDialog allows multiple selection.
Declaration
public bool AllowsMultipleSelection { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
CanChooseDirectories
Gets or sets a value indicating whether this OpenDialog can choose directories.
Declaration
public bool CanChooseDirectories { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
CanChooseFiles
Gets or sets a value indicating whether this OpenDialog can choose files.
Declaration
public bool CanChooseFiles { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
FilePaths
Gets the file paths selected
Declaration
public System.Collections.Generic.IReadOnlyList<NStack.ustring> FilePaths { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyList<NStack.ustring> | The file paths. |