Group/Shape handling cont. Inheritance???

T

TooTall

How do I make all new shapes and groups have common properties? For example,
I want all new groups and shapes to call a macro on double-click. Again,
examples don't seem to go near this question.

Even pointers in the right direction, methods, etc. would be apreciated.

Thanks a bunch.
 
M

Mark Nelson [MS]

Typically you build this into the master shape so that all instances of the
shape have this. If there are several shape masters that need this, you
could handle the ShapeAdded event and programmatically add your double-click
action at that time.
 

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