Hi all,

I have a DataGridView that contains a DataGridViewTextBoxColumn. I'm
trying to find out how to select all the text in the cell at when the
user is going into edit mode? So if the user presses F2, the cell
should go into edit mode (it does that already) and select all the
text (like the `SelectAll` method for a TextBox).

Hope you can help and thanks for your time.

Frederik