Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I'm creating Ribbon Control. In Ribbon,Every tools will run only after click the buttons. But i need to implement through coding. (i.e) I Need to show print preview when loading the ribbon. is any possible to recall the button inbuilt action in another Event?


Thanking You.
Posted

1 solution

you can use button.PerformClick();
 
Share this answer
 
Comments
sencsk 5-Feb-13 1:31am    
Hi i applied but it's not working in the Collection.

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