KeyEventArgs and MouseEventArgs
I'm trying to make a button that handles both enters and clicks. I've set
up my sub procedure to handle both keyups and mouse clicks, however I
cannot access MouseEventArgs from EventrArs nor KeyEventArgs from
System.EventArgs. How can I do such?
No comments:
Post a Comment