Tech Tip: Detecting a right click of the mouse
					PRODUCT: 4D | VERSION: 2004.2 | PLATFORM: Win
					Published On: July 15, 2005
					
					
					You can detect if the right button of the mouse has been clicked when clicking on an object using the RIGHT CLICK command. This command returns true if a right click is performed and returns false otherwise. It should only be used in the context of the On Clicked form event. Make sure the said event is properly selected on the specific object this event is assigned.