Visio Stencil Selection

D

dinesh

hi

How to select a particular stencil in C#...i have muliple stencil opened for
the Application, i have to select one of them..

thanks

dinesh
 
P

Paul Herber

hi

How to select a particular stencil in C#...i have muliple stencil opened for
the Application, i have to select one of them..

If your application opened the stencils then you should have a
document object from when the stencil was opened.
If not then iterate through all windows looking for the stencil name.
 
Top