In the QueryInputKey event, you can cast the e.Control parameter as the CellEditor and get the actual value with it.
Private Sub CellEditorManager_QueryInputKey(ByVal sender As Object, ByVal e As QueryEditorInputKeyEventArgs)
‘DirectCast(e.Control, WinTextBox).TextBoxArea.Text
End Sub
Imported from legacy forums. Posted by CharlesB (had 433 views)