J
jpabich
I have two drawing controls on one page. One is visible, one is
hidden. I want to clear the hidden one. I use the following to clear
the visible one:
if ( VisPage.Shapes.Count > 0 )
{
VisWindow.SelectAll();
VisWindow.Delete();
}
If I try to define a second VisWindow, it errors and will not allow me
to continue. How can I clear this seconde window?
hidden. I want to clear the hidden one. I use the following to clear
the visible one:
if ( VisPage.Shapes.Count > 0 )
{
VisWindow.SelectAll();
VisWindow.Delete();
}
If I try to define a second VisWindow, it errors and will not allow me
to continue. How can I clear this seconde window?