User control or custom control for this design?

Posted by m0s on Stack Overflow See other posts from Stack Overflow or by m0s
Published on 2010-05-15T23:57:11Z Indexed on 2010/05/16 0:00 UTC
Read the original article Hit count: 293

Filed under:
|
|
|

alt text

If I want to create a button control like that, is it supposed to be a User Control or a Custom Control? I am not sure maybe something else? Ideally I want to be able style/animate the main button and the inner button separately; also obviously Ill need to process their events separately. These buttons will be created at run-time and Ill need to set the icons dynamically.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about custom-controls