Gets or sets the ToolTip text for the image that is displayed next to a node to which the System.Web.UI.WebControls.TreeNodeBinding object is applied.
Documentation for this section has not yet been entered.
When the System.Web.UI.WebControls.TreeView control is bound to a data source, use the TreeNodeBinding.ImageToolTip property to specify the value to bind to the TreeNode.ImageToolTip property of a System.Web.UI.WebControls.TreeNode object. 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.
This binding relationship affects all System.Web.UI.WebControls.TreeNode objects to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. When an image is displayed next to a node, the ToolTip text is displayed when the mouse pointer is positioned over the image.
You can selectively override the TreeNodeBinding.ImageToolTip property by setting the TreeNode.ImageToolTip property of each node directly.
Instead of using the TreeNodeBinding.ImageToolTip property to bind the same ToolTip text to each node image, you can bind the TreeNode.ImageToolTip property of a System.Web.UI.WebControls.TreeNode object to a field of a data source by setting the TreeNodeBinding.ImageToolTipField property.
The value of this property is stored in view state.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.