Closing Shpaes window programatically

P

Pradeep

I am using Visio Activex control in my C# application.
Please let me know How to close Shapes window(the window which displays all
stencils) in Visio activex control?
 
J

John Goldsmith

Hello Pradeep,

Well a VBA example would be:

Application.ActiveWindow.Windows.ItemFromID(visWinIDShapeSearch).Close
Application.ActiveWindow.Windows.ItemFromID(visWinIDShapeSearch).Visible =
True

Best regards

John


John Goldsmith
www.visualSignals.co.uk
 

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