Easy Tutorial
❮ Control Style Mvc Layout ❯

ASP.NET ToolTip Property



Definition and Usage

The ToolTip property is used to set or return the text displayed when the mouse hovers over a control.

Syntax

Property Description
string The text displayed when the mouse hovers over a control.

Example

The following example sets the tool tip text for a Button control:


❮ Control Style Mvc Layout ❯