Get selected shape

O

OneSHOT

Hi

Does anybody know of a way of getting the selected shape using visio
automation from within a C# application?

TIA
OneSHOT
 
M

Michel LAPLANE

Look the sdk help "objects=>selection" you will see that a window has a
selection property so get the ActiveWindow selection and iterate on it to
find the shapes of it.
 
Top