C# Class entity.Renderers.BSPViewer.TSTextBox

The ts text box.
Inheritance: System.Windows.Forms.ToolStripTextBox
Mostrar archivo Open project: troymac1ure/Entity

Protected Methods

Method Description
OnKeyDown ( KeyEventArgs e ) : void

The on key down.

OnKeyPress ( KeyPressEventArgs e ) : void

The on key press.

Method Details

OnKeyDown() protected method

The on key down.
protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs The e.
return void

OnKeyPress() protected method

The on key press.
protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs The e.
return void