hide - Hiding a Master Shape in Stencil in Visio -


is possible hide master shape in stencil user cannot drag , drop on diagram, while still allowing me use object in diagram programmatically?

you can setting master's hidden property. can't set the ui easy set in vba immediate window statement this:

visio.activedocument.masters("mymaster").hidden = true 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -