- Back to Home »
- Windows Applications »
- ToolTip
Posted by :
Sudhir Chekuri
Wednesday, 17 February 2016
Displays information when the user moves the cursor over an associated control.
Steps to use tooltip:
Drag and drop a tooltip control to the design window. It is displayed on the bottom panel.
Properties:
TootlTipTitle: Determines the title of the tooltip.
Now you can use the tooltip created after setting the above property. One tooltip control can be used to more than one control in that windows form. And all the controls will display tooltip message under this tooltip title which is optional to set.
Then drag and drop two buttons to which you want to add tooltip messages. Then for each button set ToolTip on toolTip1 property with some text which will be displayed on runtime as tooltip text for those buttons.
Steps to use tooltip:
Drag and drop a tooltip control to the design window. It is displayed on the bottom panel.
Properties:
TootlTipTitle: Determines the title of the tooltip.
Now you can use the tooltip created after setting the above property. One tooltip control can be used to more than one control in that windows form. And all the controls will display tooltip message under this tooltip title which is optional to set.
Then drag and drop two buttons to which you want to add tooltip messages. Then for each button set ToolTip on toolTip1 property with some text which will be displayed on runtime as tooltip text for those buttons.