Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
915 | Sep 3,2002 03:12 PM UTC | Sep 4,2002 06:35 AM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
public class MyGridControl : GridControl
{
protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData)
{
if(keyData == Keys.Enter)
Console.WriteLine("ProcessCmdKey - Enter");
return base.ProcessCmdKey(ref msg, keyData);
}
}
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.