EnableVisualStyles for one control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Samuel

    #1

    EnableVisualStyles for one control

    I generally want the EnableVisualSty les 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


  • ClayB

    #2
    Re: EnableVisualSty les for one control

    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.DataGridView 1.EnableHeaders VisualStyles = False

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


    Comment

    Working...