G 
		
								
				
				
			
		Guest
I have a PictureBox that is created as part of an object and has a Click event assigned to it whenever the object is instantiated. How can I call the that Click event from code? Basically I want to do MyObject.PictureBox.Click(). The Sub that handles the Event is private, so I can't call it directly, but the PictureBox is exposed as a Property.
Sean
				
			Sean
