Shape double clicked event without the CALLTHIS

X

xargon

Hi everyone,

Can I catch a shape double click event from the ActiveDocument event list.
For example, I can do this when a shape is added to a document. I can catch
event like:

Private Sub Document_ShapeAdded(ByVal Shape As IVShape)
' Do something
End Sub

Is there something similar for when a shape is double clicked?

Cheers!
xargon
 
J

junethesecond

In Visio2003, mouse events are available.
Thought the doouble click event is not provuded,
may be you could simulate double click if you use them.
 

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