Define the ToolTip control. How can you associate it with other controls?
The ToolTip control produces a small pop-up window with explanatory text for an element it is displayed when the user pauses the mouse for a certain period over an element/control. Tool tips give a quick help to user to understand about that element. To associate a tool tip with other control, you require to implement the SetToolTip() method.