How to turn off the More Shapes stencil in Visio Drawing Control - Visio 2019
Bhargavi Pottem
1
Reputation point
I have used this below logic to hide More Shapes stencil in Visio 2019 visioControl.Document.Application.DoCmd((short)Microsoft.Office.Interop.Visio.VisUICmds.visCmdHideMoreShapes).
Instead of More Shapes, it is hiding Quick Shapes.
I am unable to hide More Shapes. I would require a c# code to implement this scenario.Could you please support me as soon as possible.
Sign in to answer