Do not modifiy shape, keep events

S

Sorin-Emanuel

I am using Visio Drawing Control
(Windows Form VB NET Application)
to expose an Office Plan.

I would like to deny the user's capability
to modify shapes or their position.

However I need to use events like click or double-click
generated by the user.

How could I achieve this?

Thanks, Sorin-Emanuel
 
A

Al Edlund

A couple of scenarios and there are probably a lot more. You can monitor
cell changed events (so that you can put the value back where you want it).
You can use a guard wrapper (i.e. guard(...)) on an attribute (although the
user can still go in and manually change the shapesheet).
al
 

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