FileDirectoryListbox.HighlightedExtFile Class
Definition
Section titled “Definition”A listbox item container that represents a highlighted file.
public class FileDirectoryListbox.HighlightedExtFileInheritance object
Constructors
Section titled “Constructors”HighlightedExtFile(string)
Section titled “HighlightedExtFile(string)”Creates a new instance of the class.
public HighlightedExtFile(string name)Parameters
Section titled “Parameters”name string
The name to display.
Properties
Section titled “Properties”The name of the file.
public string Name { get; }