C# Class NetIde.Util.Forms.MruComboBox

Inheritance: System.Windows.Forms.ComboBox
Afficher le fichier Open project: netide/netide

Private Properties

Свойство Type Description
DoLoadHistory void
DoSaveHistory void

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnDropDown ( EventArgs e ) : void
OnEnter ( EventArgs e ) : void
OnLoadHistory ( MruHistoryEventArgs e ) : void
OnSaveHistory ( MruHistoryEventArgs e ) : void

Private Methods

Méthode Description
DoLoadHistory ( ) : void
DoSaveHistory ( ) : void

Method Details

AddTextToMru() public méthode

public AddTextToMru ( ) : void
Résultat void

MruComboBox() public méthode

public MruComboBox ( ) : System
Résultat System

OnDropDown() protected méthode

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

OnEnter() protected méthode

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

OnLoadHistory() protected méthode

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

OnSaveHistory() protected méthode

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