C# Класс entity.Renderers.BSPViewer.TSTextBox

The ts text box.
Наследование: System.Windows.Forms.ToolStripTextBox
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnKeyDown ( KeyEventArgs e ) : void

The on key down.

OnKeyPress ( KeyPressEventArgs e ) : void

The on key press.

Описание методов

OnKeyDown() защищенный Метод

The on key down.
protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs The e.
Результат void

OnKeyPress() защищенный Метод

The on key press.
protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs The e.
Результат void