In my Silverlight UI, I have a button that when clicked pops up a control with some filtering parameters. I would like this control to hide itself when you click outside of
On the first click, call the CaptureMouse() method on the control. Then call ReleaseMouseCapture() on the second click.