Visio Guy

Visio Discussions => Programming & Code => Topic started by: paulv45 on January 16, 2018, 03:21:52 AM

Title: How can I set shapes window to "names under icons" from VBA?
Post by: paulv45 on January 16, 2018, 03:21:52 AM
I would like to change the properties of Shapes window from VBA.
Specifically:
- Set to "Names under icons"
- Set width to show 2 instead of 3 columns of shapes.
Any ideas?
Thanks.
Paul
Title: Re: How can I set shapes window to "names under icons" from VBA?
Post by: Surrogate on January 16, 2018, 04:47:33 AM
IMHO we can't set "Names under icons" in Shapes window
Title: Re: How can I set shapes window to "names under icons" from VBA?
Post by: paulv45 on January 17, 2018, 07:38:32 PM
Well that's a bummer.
Since it's a user command and Visio's object model is pretty much available I was hoping it was a simple set this property someplace.
Of course then record macro and doing the user command yields nothing of value that I can see so does that mean "can't be done?"
Title: Re: How can I set shapes window to "names under icons" from VBA?
Post by: wapperdude on January 17, 2018, 09:57:57 PM
That's part of what I call the Visio framework, and not user configurable.

Wapperdude
Title: Re: How can I set shapes window to "names under icons" from VBA?
Post by: paulv45 on January 21, 2018, 11:54:59 AM
Still a bummer -- but thanks for confirmation -- Visio still an awesome platform.