DataGridView.ProcessZeroKey(Keys) 方法

定义

处理 0 键。

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

参数

keyData
Keys

Keys 值的按位组合,这些值表示要处理的一个或多个键。

返回

如果已处理该键,则为 true;否则为 false

例外

按下 0 键将导致控件进入编辑模式,但当前单元格的 EditType 属性不指示派生自 Control 并实现 IDataGridViewEditingControl的类。

此操作将导致控件进入编辑模式,但数据源中的错误会阻止操作,并且没有 DataError 事件的处理程序,或者处理程序已将 ThrowException 属性设置为 true

适用于

另请参阅