FileDirectoryListbox.FauxDirectory Class
Definition
Section titled “Definition”A listbox item container that represents a fake directory, such as ...
public class FileDirectoryListbox.FauxDirectoryInheritance object
Constructors
Section titled “Constructors”FauxDirectory(string)
Section titled “FauxDirectory(string)”Creates a new instance of the class.
public FauxDirectory(string name)Parameters
Section titled “Parameters”name string
The name to display.
Properties
Section titled “Properties”The name of the directory.
public string Name { get; }