C# Class NetIde.Util.Forms.MruComboBox

Inheritance: System.Windows.Forms.ComboBox
ファイルを表示 Open project: netide/netide

Private Properties

Property Type Description
DoLoadHistory void
DoSaveHistory void

Public Methods

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

Protected Methods

Method Description
OnDropDown ( EventArgs e ) : void
OnEnter ( EventArgs e ) : void
OnLoadHistory ( MruHistoryEventArgs e ) : void
OnSaveHistory ( MruHistoryEventArgs e ) : void

Private Methods

Method Description
DoLoadHistory ( ) : void
DoSaveHistory ( ) : void

Method Details

AddTextToMru() public method

public AddTextToMru ( ) : void
return void

MruComboBox() public method

public MruComboBox ( ) : System
return System

OnDropDown() protected method

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

OnEnter() protected method

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

OnLoadHistory() protected method

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

OnSaveHistory() protected method

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