How do you simulate Mouse clicks in C# winforms applications?
Some controls, like Button in System.Windows.Forms, have a "PerformClick" method to do just that.