C# 클래스 NetIde.Util.Forms.MruFileBrowser

상속: FileBrowserBase
파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
AddTextToMru ( ) : void
MruFileBrowser ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnAllowFilesChanged ( EventArgs e ) : void
OnLoadHistory ( MruHistoryEventArgs e ) : void
OnPathChanged ( EventArgs e ) : void
OnReadOnlyChanged ( EventArgs e ) : void
OnSaveHistory ( MruHistoryEventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

UpdateAutoCompleteSource ( ) : void
_path_LoadHistory ( object sender, MruHistoryEventArgs e ) : void
_path_SaveHistory ( object sender, MruHistoryEventArgs e ) : void
_path_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

AddTextToMru() 공개 메소드

public AddTextToMru ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

MruFileBrowser() 공개 메소드

public MruFileBrowser ( ) : System
리턴 System

OnAllowFilesChanged() 보호된 메소드

protected OnAllowFilesChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoadHistory() 보호된 메소드

protected OnLoadHistory ( MruHistoryEventArgs e ) : void
e MruHistoryEventArgs
리턴 void

OnPathChanged() 보호된 메소드

protected OnPathChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnReadOnlyChanged() 보호된 메소드

protected OnReadOnlyChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSaveHistory() 보호된 메소드

protected OnSaveHistory ( MruHistoryEventArgs e ) : void
e MruHistoryEventArgs
리턴 void