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

  • Thread starter Thread starter Christopher Houdeshell
  • Start date 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.
 
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.
 
Back
Top