asp.net.ph

MenuItem.ToolTip Property

System.Web.UI.MenuItems Namespace   MenuItem Class


.NET Framework version 2.0

Sets or retrieves advisory information for the MenuItem.

Syntax


Inline <asp:menuitem tooltip = strToolTip ... >
Script MenuItem.ToolTip [ = strToolTip ]

Property Value


sToolTip String of advisory text for the MenuItem.

This property is read/write with no default value.

Remarks

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.

See Also

MenuItem Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note