How to change font in tooltip

  • Thread starter Thread starter Tao
  • Start date Start date
T

Tao

hi. Group,

Does somebody here know how to change font (including font, font size) in
tooltip.

thanks
 
If it is a winforms app you are going to have to override the drawing code
for the tooltip as it will use the default font, check out the
System.Windows.Forms.Tooltip class and the OwnerDraw property.

HTH

Ollie Riches
 
Back
Top