S
Stumple
I am working with multiple drawing controls and when I try and close the
stencils on it all the stencils on all of the drawing controls close.
foreach(Document document in
this.drawingControl.Document.Application.Documents) {
if (document.Type == VisDocumentTypes.visTypeStencil) {
document.Close();
}
}
stencils on it all the stencils on all of the drawing controls close.
foreach(Document document in
this.drawingControl.Document.Application.Documents) {
if (document.Type == VisDocumentTypes.visTypeStencil) {
document.Close();
}
}