Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using axdrawingcontrol visio 2010 in my application , where as i am getting "more shapes" and "quick shapes" in my stencils window.
I am able to hide "more shapes" by using the below code but i didnt find solution to hide "quick shapes". Can anybody help me.

visioControl.Document.Application.DoCmd((short)Microsoft.Office.Interop.Visio.VisUICmds.visCmdHideMoreShapes);

Regards,
Chitta
Posted

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