How to copy a label or button
I want to copy a label or button which already exist in the form, but I can't find any method can do this (or I have miss)
I know I can use the memberwiseclone method to shallow copy a control, but this method is protected method, how can I use it?
|