Anchoring Window in Visio Drawing

R

Ryo_Ohki2

Actually I got this working.. I was able to either anchor or dock a for
into a visio drawing page, but I was trying to figure out how to make
anchored form in auto hide mode, repop when I click my mouse (it's a
if I had moved my mouse over the anchor window's bar name.

Thank
 
R

Ryo_Ohki2

Yes, it's close to what I did, if not the same, but I actually got m
code from Visio SDK pack. What I am trying to find out is the nex
step.. When a anchor window self auto hides (deselect the thumbtack o
the anchored form), how do you make it pop open (unautohide) again?
 
J

JuneTheSecond

Using symbols used in the mentioned document,
WindowState property might be a help to reopen the form.
Sub test()
wAddon.WindowState = visWSVisible + visWSAnchorLeft
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top