DataGridView.ProcessInsertKey(Keys) 方法

定义

处理 INSERT 键。

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

参数

keyData
Keys

表示 Keys 要处理的键的值之一。

返回

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

适用于

另请参阅