C# Class NanQi.Controls.ProcessCmdKeyInt

处理数字任何按键的类
Inheritance: IProcessCmdKey
Afficher le fichier Open project: NanQi/demo

Méthodes publiques

Méthode Description
CheckText ( string Text ) : bool

Checks the text.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Processes the CMD key.

Method Details

CheckText() public méthode

Checks the text.
public CheckText ( string Text ) : bool
Text string The text.
Résultat bool

ProcessCmdKey() public méthode

Processes the CMD key.
public ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message The MSG.
keyData Keys The key data.
Résultat bool