DataGridViewCell::KeyEntersEditMode Method (KeyEventArgs^)
.NET Framework (current version)
Determines if edit mode should be started based on the given key.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- e
-
Type:
System.Windows.Forms::KeyEventArgs^
A KeyEventArgs that represents the key that was pressed.
Return Value
Type: System::Booleantrue if edit mode should be started; otherwise, false. The default is false.
Override this method to create a custom cell that is editable.
.NET Framework
Available since 2.0
Available since 2.0
Show: