Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
butNewFolder_Click | void |
Method | Description | |
---|---|---|
FilteredFolderBrowserDialog ( ) : System |
The default constructor.
|
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public FilteredFolderBrowserDialog ( ) : System | ||
return | System |
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. |
return | List |