| |||||||
TreeView.ExpandImageToolTip PropertySystem.Web.UI.TreeViews Namespace TreeView Class .NET Framework version 2.0 Sets or retrieves the ToolTip for the image that is displayed for the expandable node indicator. Syntax
Property Value
This property is read/write with no default value. RemarksUse the ExpandImageToolTip property to specify a ToolTip for the expandable image. 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 ExpandImageToolTip when the user hovers the mouse over the image displayed for the expandable node indicator.
ExampleThe following example demonstrates how to use the ExpandImageToolTip property to specify a ToolTip for an image that is displayed for the expandable node indicator. <asp:treeview id = "customTreeView"
noexpandimageurl = "space.jpg"
collapseimageurl = "minus.jpg"
collapseimagetooltip = "Collapse Node"
expandimageurl = "plus.jpg"
expandimagetooltip = "Expand Node"
rootnodeimageurl = "root.jpg"
parentnodeimageurl = "parent.jpg"
leafnodeimageurl = "leaf.jpg"
runat = "server">
<nodes>
...
</nodes>
</asp:treeview>
See AlsoTreeView Members CollapseImageToolTip |
| ||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme