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.