Tabular form - changing font on click

D

DRMOB

Is there a way to bold or color the caption of a tab control once it is
clicked and back to it's original state once it loses focus?
 
K

Klatuu

There is no Font, Font weight, or color properties at the page level. It is
only at the tab level.
 
K

Klatuu

I did a little experimenting.
Each page can have a picture as well as a caption, so you could create some
bitmaps and change the appearance by changing the picture using the Change
event of the tab control.
 
Top