Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
HTML and CSS
DHTML Behaviors
WebControls
Platform Reference
TreeView
Events
 onhover Event

  Switch on low bandwidth view
onhover Event
Microsoft Internet Explorer WebControls are not currently supported.

Fires when the mouse or keyboard moves over a TreeNode.

Syntax

Inline HTML<TREEVIEW onhover = "handler" ... > All platforms
Event propertyTREEVIEW.onhover = handlerMicrosoft JScript only
TREEVIEW.onhover = GetRef("handler")Microsoft Visual Basic Scripting Edition (VBScript) 5.0 or later only
Named script <SCRIPT FOR = TREEVIEW EVENT = onhover> Internet Explorer only

Event Information

BubblesNo
CancelsYes
To invoke Move the mouse or keyboard over a TreeNode.
Default action Calls the associated event handler if there is one.

Available Properties

Available Properties

Remarks

This event does not fire when using the keyboard to navigate the TreeView if autoSelect is set to true.

Applies To

TREEVIEW

See Also

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker