EnableVisualStyles for one control

  • Thread starter Thread starter Samuel
  • Start date Start date
S

Samuel

I generally want the EnableVisualStyles to be set to True, my question is
whether it is possible to set it to False for 1 control or anything lese
that will have similar effect

Thank you,
Samuel
 
Some controls have specific properties that allow this. Others do not.
For example, you can turn off the support for the DataGridView header
cells using:

Me.DataGridView1.EnableHeadersVisualStyles = False

==============
Clay Burch
Syncfusion, Inc.
 

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