Skip to content

FileDirectoryListbox.HighlightedExtFile Class

A listbox item container that represents a highlighted file.

C#
public class FileDirectoryListbox.HighlightedExtFile

Inheritance object

Creates a new instance of the class.

C#
public HighlightedExtFile(string name)

name string
The name to display.

The name of the file.

C#
public string Name { get; }