How to programatically create/copy a button?

M

Matt

How do you programatically create/copy a button?

Once this button is created, how do I give it actions?

-Matt03
 
M

Marshall Barton

Matt said:
How do you programatically create/copy a button?

Once this button is created, how do I give it actions?

Don't do that programatically.

You should create all the buttons you'll need at design time
and then enable/disable them (or make them visible) as
needed.
 
Top