C# Class Dwarrowdelf.Client.UI.HistoryTextBox

Inheritance: System.Windows.Controls.TextBox
Mostrar archivo Open project: tomba/dwarrowdelf

Public Methods

Method Description
EnterPressed ( ) : void
HistoryTextBox ( ) : System

Protected Methods

Method Description
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void

Private Methods

Method Description
MessageBeep ( int x ) : void

Method Details

EnterPressed() public method

public EnterPressed ( ) : void
return void

HistoryTextBox() public method

public HistoryTextBox ( ) : System
return System

OnPreviewKeyDown() protected method

protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnTextChanged() protected method

protected OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void
e System.Windows.Controls.TextChangedEventArgs
return void