---
title: "Tool Tip in C Sharp"  
description: "/* Style Definitions */   table.MsoNormalTable  	{mso-style-name:\"Table Normal\";  	mso-tstyle-rowband-size:0;  	mso-tstyle-colband-size:0;  	mso-st"  
author: "Anonymous User"  
published: 2010-08-02  
updated: 2020-03-04  
canonical: https://www.mindstick.com/articles/78/tool-tip-in-c-sharp  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Tool Tip in C Sharp

To display tool tip of control in application we have to use ToolTip control from tool box.\

![Tool Tip in C Sharp](https://www.mindstick.com/mindstickarticle/c7e4ed9c-e654-45ac-b4b9-16731b4075fd/images/4fc3cdfe-ceb0-45b8-84eb-847699809346.png)

You can easily select ToolTip control from Toolbox as you can see in this screenshot and we can drop it to our form. So very simple just drag and drop to use it.

After adding tool tip control, we can set the property of any control in the form. To set property of any control in the form select that particular control and change the ToolTip property as demonstrated in the image below.

![Tool Tip in C Sharp](https://www.mindstick.com/mindstickarticle/c7e4ed9c-e654-45ac-b4b9-16731b4075fd/images/249df985-bea0-448b-ad51-61560258f2e3.png)

##### Here is the example of tool tip.

![Tool Tip in C Sharp](https://www.mindstick.com/mindstickarticle/c7e4ed9c-e654-45ac-b4b9-16731b4075fd/images/cab4cb31-bb95-4ee8-b542-4a6af34a91e5.png)

##### Tool tip for Exit Button

---

Original Source: https://www.mindstick.com/articles/78/tool-tip-in-c-sharp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
