Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
4330 | May 8,2003 05:05 AM UTC | May 8,2003 07:37 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
Protected Overrides Sub OnKeyDown(ByVal e As System.Windows.Forms.KeyEventArgs) If e.KeyCode = Keys.Tab And e.Modifiers = Keys.None Then Dim e1 As New KeyEventArgs(Keys.Down) MyBase.OnKeyDown(e1) Else MyBase.OnKeyDown(e) End If End Sub
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.