Category "visio"

Which property does the visio.Masters.MatchByName method refer to?

The Master of vsoDoc can integrate Masters with the same name at drop time by using the MatchByName method. However, it may not work well in some cases, and we

How to turn off MoreShapes menu in Visio 2019 drawing control in .NET c#

I have used this below logic to hide More Shapes stencil in Visio 2019 visioControl.Document.Application.DoCmd((short)Microsoft.Office.Interop.Visio.VisUICmds.v

Hiding data field name in Visio Data Graphic Displayed as Text

I am using Data Graphic to format my shapes. The data field that I am using to specify data graphics is 'name' and the formatting scheme (Displayed As) I am usi

Suppress dialog box for a dropped shape in Visio VBA

When I drop a milestone from the shape master onto a page, a dialog pops up asking for data (milestone date, description, etc.). How can I prevent this dialog b