Skip to content

FileDirectoryListbox.FauxDirectory Class

A listbox item container that represents a fake directory, such as ...

C#
public class FileDirectoryListbox.FauxDirectory

Inheritance object

Creates a new instance of the class.

C#
public FauxDirectory(string name)

name string
The name to display.

The name of the directory.

C#
public string Name { get; }