NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridRelationshipRow.OnKeyPress

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;

Parameters

keyData
[To be supplied.]

Return Value

True if the keypress has been handled and the grid should not process it any further. False otherwise.

See Also

DataGridRelationshipRow Class | DataGridRelationshipRow Members | System.WinForms Namespace