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

适用于

另请参阅