Shape Pane

P

Paul

Hi,
I was wondering if it's possible to not allow the user to close the stencils
pane? (I don't want the user to be able to close the stencils)

Thanks
 
P

Paul Herber

Hi,
I was wondering if it's possible to not allow the user to close the stencils
pane? (I don't want the user to be able to close the stencils)

I don't think you can stop the window from being closed, not without
writing some code, I suppose you could detect windows being closed,
check the filename or file type, if it's a stencil then refuse the
window close event.
If a new stencil ever gets opened though then it is open forever.
 
Top