Stop a stencil from being closed or edited

X

xargon

Hi everyone,

I would like to know if there is a way to stop the document stencil from
being hidden, closed or edited manually. I would liek to do this from VBA
code. the idea is basically to have the client work with a pre-defined
collection of shapes and not have him change it during use (i.e. add,
delete or rename a shape).

Thanks and cheers!

xargon
 
A

Al Edlund

you're going to have to do it with event monitoring (i.e capture document
events and programattically handle what you need)
al
 
Top