Due to feedback on the previous blog post about adding tool tip support to the KryptonNavigator I have extended the tool tips to the button specifications. This includes user defined button specs as well as internally defined instances.
Here we have a KryptonHeader with a tool tip defined.

This also works for the KryptonHeaderGroup.

The min/max/close buttons on a KryptonForm are just internally defined button specs. Note that the tooltip text for these standard button types is defined in the palette. So if you need to change the displayed text for them you just need to drop a KryptonPalette on your form, alter the tool tip text and then use that new palette instance instead of the built in palette.

And now to the KryptonNavigator control.

Although I do not have an example image the KryptonRibbon will also show tool tips for the user defined button specs that appear on the tabs line of the ribbon control. Later on I will be adding further tool tip support specific to the ribbon and so will post about that in the future.