Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
5451 | Jul 3,2003 05:28 AM UTC | Jul 3,2003 07:55 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
public class MyGridControl : GridControl { protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { if(keyData == Keys.Tab) { Console.WriteLine("Got a tab"); } 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.