C# 클래스 entity.Renderers.BSPViewer.TSComboBox

The ts combo box.
상속: System.Windows.Forms.ToolStripComboBox
파일 보기 프로젝트 열기: troymac1ure/Entity

보호된 메소드들

메소드 설명
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