EventDblClick to bring up all Custom Properties

K

Keltar

Anyone know how to Modify EventDblClick so it brings up all of the Custom Properties you have defined in Edit mode. I want the Window that pops up when you goto "Shape...Properties" to launch on EventDblClick.
 
C

Chris Roth [ Visio MVP ]

This is embarassing from an ex-Visio employee's standpoint, but after all
these years, there is still nothing "developer friendly".

It's very obscure, but very easy:

EventDblClick = DoCmd(1312)


Extra Info, fyi:

- The arguments for DoCmd come from the type library constants in visUICmds.
- Commands that require an argument won't work in DoCmd.

--

Hope this helps,

Chris Roth
Visio MVP


Keltar said:
Anyone know how to Modify EventDblClick so it brings up all of the Custom
Properties you have defined in Edit mode. I want the Window that pops up
when you goto "Shape...Properties" to launch on EventDblClick.
 

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