Home > Enterprise >  Programmatically enable Visio External Data window using VSTO C#
Programmatically enable Visio External Data window using VSTO C#

Time:06-05

Would appreciate help using the VSTO C# API to call to togglr the Visio External Data window on / off. Having looked at the reference it is not clear to me how to do this.

Thanks and regards, Andrew

CodePudding user response:

Visio.Application.DoCmd(Visio.VisUICmds.visCmdDataExplorerWindow)

  • Related