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

适用于

另请参阅