S
shailendrasingh823
Hi All,
I want to close Shapes Panel on visio drawing,This drawing has been
loaded by a drawing control.
If I use newDocument.Application.DoCmd(1669) this line it will close
the Shapes Panel(it's a toggle),
According to my requiremet I have to redraw the drawing many times for
update latest information availabele.
So this line newDocument.Application.DoCmd(1669) gives only toggle
behaviour.
So alternately Shape Panel will close & open .
I want a permanent close option which will close the Shapes Panel
forever till my program is running.
Shail
I want to close Shapes Panel on visio drawing,This drawing has been
loaded by a drawing control.
If I use newDocument.Application.DoCmd(1669) this line it will close
the Shapes Panel(it's a toggle),
According to my requiremet I have to redraw the drawing many times for
update latest information availabele.
So this line newDocument.Application.DoCmd(1669) gives only toggle
behaviour.
So alternately Shape Panel will close & open .
I want a permanent close option which will close the Shapes Panel
forever till my program is running.
Shail