Object Styles -- System.Windows.Forms vs System.Web.UI.WebControls

  • Thread starter Christopher Houdeshell
  • Start date
C

Christopher Houdeshell

System.Web.UI.WebControls.Button can load a style based on XAML. This can be
done by using the Style method. I was wondering if there was a way to apply
a XAML Style to a System.Windows.Forms.Button, since there is no Style
method; I am unsure on how to do this.
 
R

RobinS

I doubt it. The WPF stuff is in a completely different namespace, and the
implementation of all of the controls is different than the Windows Forms
controls.

Robin S.
Ts'i mahnu uterna ot twan ot geifur hingts uto.
 

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