[Mono-list] KEYDOWN EVENT

Robert Jordan robertj at gmx.net
Sat Jan 23 20:23:20 EST 2010


On 24.01.2010 01:15, Rıdvan Tülünay wrote:
> My form has an only one control that type is button,
> I write keydown event on it,
>
> this events works, on the keyboard characters ( like "a","b" ),
> but on up, down, left, right key doesn't work my event.

Supposing you're using WinForms, please have a look at the docs:

http://msdn.microsoft.com/en-us/library/system.windows.forms.control.keydown.aspx

In certain cases the arrows are consumed.

Robert



More information about the Mono-list mailing list