coloring of Tabed forms

M

Marc

I am trying to change the color of a tabed form. What is
the easiest way to change the color of a form? Any help
will be great.
 
K

Keith

You can change the colour of the individual sections of
the form (header, detail, footer) by changing the
BackColor property value. However, this doesn't work on
a tabbed dialog control since it has no BackColor
property.
 
Top