Tab page captions font size

  • Thread starter Thread starter Guest
  • Start date Start date
Patrick said:
is it possible to alter the tab page title font size and or font type
itself??

You do this for the entire TabControl, not individual pages. If you select
the entire control then the font tools work the same as for a TextBox.
 
Here is a solution:
http://www.lebans.com/tabcolors.htm
Tabs.zip is an MDB containing a class to enhance the standard Access TAB
control in order to allow for:

1) Tabs of any color

2) Rotated Text

Notes:

You must set the Tab controls TAB Fixed Height and Width properties

You must set the Individual Tab pages TAG property to whatever color value
you desire.



History

Version 1.6

Added support to allow for the coloring of just the Current/Active TABS and
not the background of the Tab control
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top