I have build 2 customized control.Control A and Control B
These controls are placed in more than 1 forms.
Let Suppose From A and Form B
Now let suppose user click the Control A in Form A.And this control click event is invoked.
Now how it would be identified that control A is located in Form A.
So that I can change the specific attribute of Control B of Form A.
Handle Control A ‘s event inside each form ..