If you have many controls on a Tab Control and all of them have code written for them.
Now if you want to move these controls from Tab Control to some other part of the form then the code for them will be dis-associated from them.
If you want to associate the code again with the control, it has be done manually by clicking on control's event and it will be done.
but this way, each control has to be done one by one... is there any one when you cut/paste controls from TabControl to some other place, the code remain associated with them ?
Now if you want to move these controls from Tab Control to some other part of the form then the code for them will be dis-associated from them.
If you want to associate the code again with the control, it has be done manually by clicking on control's event and it will be done.
but this way, each control has to be done one by one... is there any one when you cut/paste controls from TabControl to some other place, the code remain associated with them ?
Comment