Class FileDirectoryListbox.FauxDirectory
A listbox item container that represents a fake directory, such as ..
.
Inherited Members
Namespace: SadConsole.UI.Controls
Assembly: SadConsole.Extended.dll
Syntax
public class FileDirectoryListbox.FauxDirectory
Constructors
FauxDirectory(string)
Creates a new instance of the class.
Declaration
public FauxDirectory(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name to display. |
Properties
Name
The name of the directory.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |