Is there a way to write information to the messages pane within the designer?
Thanks,
Mat
Messages Box
Messages Box
You can use following code:
This code work only for build starts from 18 May.
Thank you.
Code: Select all
StiMessagesPanelService.GetService(designer).WriteMessage("123");
Thank you.
Messages Box
Thanks,
Mat
Mat