i intend to display some information when i right click on a textbox. this information is just plain readable information.
My approach was to use a richtextbox to be visible whenever the texbox is right clicked. however i am not able to hide the textbox when user clicks the container. using mousecapturechanged event for Richtextbox only caputres the click on the Richtextbox and not any clicks made outside the Richtextbox. release focus also does not solve the purpose.
Edit: Gist:
So what am i trying to do is create a popup info box, whose sole purpose should be to display information and then hide when click is made anywhere other than the box itself