Does anyone know how to control the UserControl Left and Top properties?
An example...
If the used wanted to move the control in run-time, it would allow the UserControl to where the user wanted.
Thanks for your help...
Printable View
Does anyone know how to control the UserControl Left and Top properties?
An example...
If the used wanted to move the control in run-time, it would allow the UserControl to where the user wanted.
Thanks for your help...
Use the Extender object of the UserControl.
The Extender object has properties that include Top and Left.