I am working on toolbar of word processor. Usually when we click on any button of toolbar it provides us information of what this option does.
How can I add this feature in my application?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Based on the limited info provided, it sounds like you are looking to add the
TooltipClass.Adding this to you winforms project allows you to add a text that will appear over the button/object when hovered on.
In visual studio you can add it from the Toolbox:
In you application it would appear like this: