Do I need to code dialog functionality into the XamWebDialogWindow? Also, is there a way to use the control for thread blocking?
Hi Danny,
I'm sorry but the DialogResult functionality doesn't exist in the Control. That's a mistake we missed when approving the content of the page.
As for thread blocking. the control does not support that feature. As i assume you're looking to achieve something similar to windows forms ShowDialog, you'd instead have to take an async approach, where you finish the execution of your code in the WindowStateChanged event of the Dialog, when the state changes to Closed.
-SteveZ