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.
 
Top