Creating a KeyDown Event Handler for the Label Control

Posted by j-t-s on Stack Overflow See other posts from Stack Overflow or by j-t-s
Published on 2010-02-24T14:17:54Z Indexed on 2010/04/15 21:13 UTC
Read the original article Hit count: 285

Filed under:
|
|
|
|

Hi All

I'm sure you're all aware of the fact that the Label Control has no KeyDown handler (and why would it?)... Anyway, I'm in need of a KeyDown handler for the Label Control and would appreciate any pointers/suggestions to get me started.

I've searched around but haven't found any info on creating my own Event Handlers for the Label Control. Can this be done is C#?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms