Called by the DataGrid when a keypress occurs on a row with "focus."
[Visual Basic] Overrides Public Function OnKeyPress( _ ByVal keyData As Keys _ ) As Boolean [C#] public override bool OnKeyPress( Keys keyData ); [C++] public: override bool OnKeyPress( Keys keyData ); [JScript] public override function OnKeyPress( keyData : Keys ) : Boolean;
True if the keypress has been handled and the grid should not process it any further. False otherwise.
DataGridRelationshipRow Class | DataGridRelationshipRow Members | System.WinForms Namespace