Tooltips
Details- Details
- Category: c#
- Hits: 2796
Tooltips are made very simple, do not even need to write a single line of code.
1. Add the toolTip component to the form.
2. Each component will have an additional toolTip field (at the bottom of the window prop-erties (Properties).
3. Open the drop-down list and write help text, then press Ctrl + Enter.
4. Perform this with all the components.
5. Run the program and enjoy.
The Video tutorial :