System.Web.UI.MenuItems Namespace MenuItem Class
.NET Framework version 2.0
Sets or retrieves advisory information for the MenuItem.
Inline |
<asp:menuitem tooltip = strToolTip ... > |
Script |
MenuItem.ToolTip [ = strToolTip ] |
sToolTip |
String of advisory text for the MenuItem. |
This property is read/write with no default value.
Use the ToolTip property to specify the advisory text for the menu item. The ToolTip text is rendered when the mouse pointer is positioned over the menu item.
NOTE: The ToolTip property is rendered as an HTML 4.0 title attribute. As such, it may not work in downlevel browser versions.
MenuItem Members