Page 1 of 1

designer.SendCommandExitDesigner() will not work

Posted: Sun Jun 05, 2016 9:29 am
by peda
Hello

designer.SendCommandExitDesigner() will not work.

Thanks Peter

Re: designer.SendCommandExitDesigner() will not work

Posted: Mon Jun 06, 2016 7:30 am
by HighAley
Hello.

Here is a right code that runs the function:

Code: Select all

designer.jsObject.SendCommandExitDesigner();
We should notice that this is an internal function. And in could stop working in future.

Thank you