I develop a desktop application, and I'd like to add a "question mark" icon besides one of the textbox (that describes the meaning of that textbox).
My question is what the common way to use the question mark is: Should I show the text when hovering on the question mark? E.g. using a tooltip? Should I show the text just after clicking on the question mark?
Thank you!