question about SetStyle()

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does the setStyle() inlcude all the double buffering of all the
child controls, graphics, parent controls? thank you so much!
 
You have to call it recursively on each control if you want it to be done.
but why on earth would you like to control such setting on a 3rd party
control?

if the control is badly written it's unlikely you could fix it up without
overriding many method or scrapping it completely...
 

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

Back
Top