C# Class NetIde.Util.Forms.MruFileBrowser

Inheritance: FileBrowserBase
Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
AddTextToMru ( ) : void
MruFileBrowser ( ) : System

Méthodes protégées

Méthode 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

Méthode 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 méthode

public AddTextToMru ( ) : void
Résultat void

Dispose() protected méthode

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

MruFileBrowser() public méthode

public MruFileBrowser ( ) : System
Résultat System

OnAllowFilesChanged() protected méthode

protected OnAllowFilesChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoadHistory() protected méthode

protected OnLoadHistory ( MruHistoryEventArgs e ) : void
e MruHistoryEventArgs
Résultat void

OnPathChanged() protected méthode

protected OnPathChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnReadOnlyChanged() protected méthode

protected OnReadOnlyChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSaveHistory() protected méthode

protected OnSaveHistory ( MruHistoryEventArgs e ) : void
e MruHistoryEventArgs
Résultat void