Change font size on tabs

  • Thread starter Thread starter Don
  • Start date Start date
D

Don

Is it possible to change the font size on a tab control's tabs? If so, can
someone point me in the right direction? Thanks.
 
Don said:
Is it possible to change the font size on a tab control's tabs? If so,
can
someone point me in the right direction? Thanks.


In design view, select the tab control itself -- not any of its pages, or
any controls on those pages -- and open its property sheet. On the Format
tab of the property sheet, you can set the various font attributes,
including size. These attributes apply to the tabs.
 
Is it possible to change the font size on a tab control's tabs? If so, can
someone point me in the right direction? Thanks.

In design view, select the whole tab control (not just one of it's
pages).
By default, Access names the tab control "TabCtl0", "TabCtl1", etc.
Set the Font Size to whatever value you wish.
All the tab page labels will be the same size.
 
Back
Top