How to programatically create/copy a button?

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

How do you programatically create/copy a button?

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

-Matt03
 
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.
 
Back
Top