C# Class NanQi.Controls.IProcessCmdKey

处理ProcessCmdKey的方法接口
ファイルを表示 Open project: NanQi/demo

Public Methods

Method Description
CheckText ( string Text ) : bool

Checks the text.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Processes the CMD key.

Method Details

CheckText() public abstract method

Checks the text.
public abstract CheckText ( string Text ) : bool
Text string The text.
return bool

ProcessCmdKey() public abstract method

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