C# Class NetIde.Util.Forms.MruFileBrowser

Inheritance: FileBrowserBase
显示文件 Open project: netide/netide

Public Methods

Method Description
AddTextToMru ( ) : void
MruFileBrowser ( ) : System

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

AddTextToMru() public method

public AddTextToMru ( ) : void
return void

Dispose() protected method

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

MruFileBrowser() public method

public MruFileBrowser ( ) : System
return System

OnAllowFilesChanged() protected method

protected OnAllowFilesChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnLoadHistory() protected method

protected OnLoadHistory ( MruHistoryEventArgs e ) : void
e MruHistoryEventArgs
return void

OnPathChanged() protected method

protected OnPathChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnReadOnlyChanged() protected method

protected OnReadOnlyChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnSaveHistory() protected method

protected OnSaveHistory ( MruHistoryEventArgs e ) : void
e MruHistoryEventArgs
return void