shape delete

D

dinesh

hi all

i have 3 shapes (A,B,C) connected like (A->B->C), if i delete the second
shape(which is B) then the shapes connected after the Second Shape(which is B
) should automatically get's deleted.

anyone have any idea?

thanks

dinesh
 
J

JuneTheSecond

With Connect object you could trace the connection of shapes and connectors.
BeforeShapeDelete might catch the shape that you deleted.
you could find any related examples in help or in SDK or in online sites.
 
D

dinesh

JuneTheSecond said:
With Connect object you could trace the connection of shapes and connectors.
BeforeShapeDelete might catch the shape that you deleted.
you could find any related examples in help or in SDK or in online sites.

hi
thanks for the reply.. i have tried with connect object it's not providing
the result which i need. is there any other way through which i could achieve
the output.

thanks

dinesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top