C# Class idTech4.UI.idInputField

Provides a mechanism for entering text. Handles most of the modern expectations of a text box (c+p, select-all, etc.).
Afficher le fichier Open project: iainmckay/idtech4.net

Private Properties

Свойство Type Description
FindMatch bool

Méthodes publiques

Méthode Description
AutoComplete ( ) : void
Clear ( ) : void
ProcessKeyDown ( KeyEventArgs e ) : void
idInputField ( ) : System

Private Methods

Méthode Description
FindMatch ( string str ) : bool

Method Details

AutoComplete() public méthode

public AutoComplete ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

ProcessKeyDown() public méthode

public ProcessKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

idInputField() public méthode

public idInputField ( ) : System
Résultat System