-
Darren Stoppler
36
posts
Member since:
Apr 2010
Posted 20 May 2010
Link to this post
Can someone please tell me how I can close a window from a button within a user control?
I created the window in code and added a user control to the content which has an exit button. Within the click event I would like to issue something like myWindow.Close() but I don't see myWindow presented to me by intellisense.
Thank you.
-
-
Darren Stoppler
36
posts
Member since:
Apr 2010
Posted 20 May 2010
Link to this post
Please ignore the above question as I have found some code on the Telerik examples that do this.
-