C# Class NanQi.Controls.IProcessCmdKey

处理ProcessCmdKey的方法接口
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 abstract méthode

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

ProcessCmdKey() public abstract méthode

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