Question about property

P

plz ^^

a) I make .vsd file.
b) I drop some shape.
c) I input user define property each shape.
d) I make window form and load .vsd file
e) User double click the shape in window drawing control.
So the property(clicked shape) show detail in another window form.

when user double click the shape, I want to catch shape's property.
 
D

David P (Visio MVP)

Do you want to trap the double-click event in your windows form application?
 
Top