Greets to all!
I have 2 user defined controls.
1 is the main, the other is the control that contains all the radio buttons. One of the criteria is to have a clear button in the main control to select the 0 radio button that clears all the text fields (which the radio buttons are in the other control). My prof told us that the easiest way to accomplish this is to use the InvokeOnClick method...here:
http://msdn.microsoft.com/en-us/library/system.windows.forms.control.invokeonclick.aspx
But that completely doesn't help!!! Googling it doesnt have...ANY info on it! Please if anyone understands how to do InvokeOnClick, or has another method that achieves the same task please please please let me know!!
Thanks in advance!