Hello,

I have a task to provide a RichTextBox control that behaves like a tooltip, ie:
1. Hovering when mouse moves
2. Remove after N seconds (customizable) or if the user closes it (by "X" button)

The regular tooltip does not provide a RichText capabilities (else I'd take it)

Can you advice how to apply? Should I take a form and put a RichText inside, and set the form properties accordingly? Something else?

Thank you