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