Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi ,

I have a ribbon splitbutton in my outlook and i want to perform a mouse click on to it using sendmessage() with WM_LBUTTONDOWN parameter(i want to do it programmatically) . Is this the right way to do? If so could some one suggest me how can i code in c# for this. I am writing this code in my outlook add-in.

What I have tried:

I have tried to get the control and then click which is not able to do because the button is a split button that is from other add-in .So i found better way to do is identify the button and then perform click on it.
Posted
Updated 4-Apr-16 22:48pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900