[C#] Simulate Mouse Click

Hello.

I need to be able to have a function simulate a mouse click on a non-button control in my program silently. By silent, I mean that if I run the program in the background, it would not give itself focus and would not hijack my mouse. Is this possible?

Thanks,
KGen.