asp.net.ph

TreeNode.ToolTip Property

System.Web.UI.TreeNodes Namespace   TreeNode Class


Sets or retrieves advisory information for the TreeNode.

Syntax


Inline <asp:treenode tooltip = strToolTip ... >
Script TreeNode.ToolTip [ = strToolTip ]

Property Value


sToolTip String of advisory text for the TreeNode.

This property is read/write with no default value.

Remarks

Use the ToolTip property to specify the advisory text for the node. The ToolTip text is rendered when the mouse pointer is positioned over the node.

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

TreeNode 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