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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top