namespace Terminal.Gui {
///
/// Describes the context in which icons are being sought
/// during .
///
public enum FileDialogIconGetterContext {
///
/// Icon will be used in the tree view
///
Tree,
///
/// Icon will be used in the main table area of the dialog
///
Table
}
}