0
0rbital
What is it actually called? I can get rid of the Shape Search like this:
Visio.Window winShapeSearch =
axDrawingControl1.Window.Windows.get_ItemFromID((int)Visio.VisWinTypes.visWinIDShapeSearch);
winShapeSearch.Visible = false;
but I can't get rid of the actual stencils/shapes. My users will have no
need to be dropping shapes onto the P&ID I just want to display the drawing,
I can hide it of course after the application starts by clicking on it. How
can I do it during the form load?
Visio.Window winShapeSearch =
axDrawingControl1.Window.Windows.get_ItemFromID((int)Visio.VisWinTypes.visWinIDShapeSearch);
winShapeSearch.Visible = false;
but I can't get rid of the actual stencils/shapes. My users will have no
need to be dropping shapes onto the P&ID I just want to display the drawing,
I can hide it of course after the application starts by clicking on it. How
can I do it during the form load?