DataGridView.ProcessEscapeKey(Keys) 方法

定义

处理 ESC 键。

protected:
 bool ProcessEscapeKey(System::Windows::Forms::Keys keyData);
protected bool ProcessEscapeKey(System.Windows.Forms.Keys keyData);
member this.ProcessEscapeKey : System.Windows.Forms.Keys -> bool
Protected Function ProcessEscapeKey (keyData As Keys) As Boolean

参数

keyData
Keys

表示要处理的键或键的值的 Keys 按位组合。

返回

true 如果已处理密钥,则为否则,为 false.

适用于

另请参阅