System.Web.UI.TreeNodes Namespace TreeNode Class
.NET Framework version 2.0
Sets or retrieves the ToolTip for the image that is displayed for a TreeNode.
Inline |
<asp:treenode imagetooltip = strText ... > |
Script |
TreeNode.ImageToolTip [ = strText ] |
strText |
String representing the ToolTip for the image displayed for a TreeNode. |
This property is read/write with no default value.
Use the ImageToolTip property to specify a ToolTip for the image displayed for a TreeNode in a TreeView control. The text that you specify provides Assistive Technology devices with a description of the image that can be used to make the control more accessible.
Microsoft® Internet Explorer® renders the ImageToolTip when the user hovers the mouse over the image displayed for the current node.
TreeNode Members