shape & connectors in VCD/ C#

G

genc ymeri

Hi I have a Visio Control in a C# form. I have a shape and some coonector
glued to it. How can I tell programmatically if my shape is glued to these
connectors and how can I tell if these connectors are pointing in our out of
this shape ?


Thanks in advance.
 
D

David Parker

You need to check the Connects & FromConnects collection of the shapes.
Check out the code library in the Visio SDK
 
Top