single click event shape

N

Nadine_Haddad_Arac

i want to a form to appear when single clicking on a shape displaying
properties of the selected shape.... However i couldn't find a single click
event of a shape, but i found by searching on the web that this could be done
using the Visio Drawing Control. I found that the drawing control has
restrictions and would rather user another method. IS there any other way to
solve my problem?
 
M

Mark Nelson [MS]

Visio fires the SelectionChanged event when the selection in a window
changes. This is basically what happens when the user clicks on a shape.
 
Top