C# Класс Nexus.UI.Controls.FilteredFolderBrowserDialog

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
InitializeComponent void
butNewFolder_Click void

Открытые методы

Метод Описание
FilteredFolderBrowserDialog ( ) : System

The default constructor.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

MatchFiles ( string p_strSelectedPath, bool p_booSearchSubfolders, string p_strFileFilter, FilterType p_ftpFileFilterType ) : List

Finds all files matching the filter in the specified directory, and optionally subdirectories.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

butNewFolder_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the new folder button.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

FilteredFolderBrowserDialog() публичный Метод

The default constructor.
public FilteredFolderBrowserDialog ( ) : System
Результат System

MatchFiles() защищенный Метод

Finds all files matching the filter in the specified directory, and optionally subdirectories.
protected MatchFiles ( string p_strSelectedPath, bool p_booSearchSubfolders, string p_strFileFilter, FilterType p_ftpFileFilterType ) : List
p_strSelectedPath string The path in which to match files.
p_booSearchSubfolders bool Whether to match files in subdirectories of .
p_strFileFilter string The filter to use to match files.
p_ftpFileFilterType FilterType The type of file filter used to match files.
Результат List