DataGridView.ProcessInsertKey(Keys) メソッド

定義

Ins キーを処理します。

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 値の 1 つ。

戻り値

キーが処理された場合は true。それ以外の場合は false

適用対象

こちらもご覧ください