C# 클래스 idTech4.UI.idInputField

Provides a mechanism for entering text. Handles most of the modern expectations of a text box (c+p, select-all, etc.).
파일 보기 프로젝트 열기: iainmckay/idtech4.net

Private Properties

프로퍼티 타입 설명
FindMatch bool

공개 메소드들

메소드 설명
AutoComplete ( ) : void
Clear ( ) : void
ProcessKeyDown ( KeyEventArgs e ) : void
idInputField ( ) : System

비공개 메소드들

메소드 설명
FindMatch ( string str ) : bool

메소드 상세

AutoComplete() 공개 메소드

public AutoComplete ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ProcessKeyDown() 공개 메소드

public ProcessKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
리턴 void

idInputField() 공개 메소드

public idInputField ( ) : System
리턴 System