在 Visio 的模具中隐藏主形状
是否可以在模板中隐藏主形状,以便用户无法将其拖放到图表上,同时仍然允许我以编程方式在图表中使用该对象?
Is it possible to hide a master shape in your stencil so that a user cannot drag and drop it on their diagram, while still allowing me to use that object in the diagram programmatically?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过设置主服务器的隐藏属性<来完成此操作/a>.这无法在 UI 中设置,但可以使用如下语句在 VBA 立即窗口中轻松设置:
You can do this by setting the Master's Hidden Property. This can't be set the the UI but it is easy to set in the VBA Immediate window with a statement like this: