C# Class entity.Renderers.BSPViewer.TSComboBox

The ts combo box.
Inheritance: System.Windows.Forms.ToolStripComboBox
Afficher le fichier Open project: troymac1ure/Entity

Méthodes protégées

Méthode Description
OnKeyDown ( KeyEventArgs e ) : void

The on key down.

OnKeyPress ( KeyPressEventArgs e ) : void

The on key press.

Method Details

OnKeyDown() protected méthode

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

OnKeyPress() protected méthode

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