C# 클래스 Nexus.UI.Controls.FilteredFolderBrowserDialog

파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

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