Hi,
Consider you code in KeyUp and KeyDown events of a specific keyboard button ("Tab" for instance) and wanted to relate it to a button which pressing that key presses it and releasing it releases it.

There is a
Code:
Button1.PerformClick()
But I'm not certain how to call/recall/mention those events to let user visually see Button1 be pressed/released corresponded to tab.