AUTOSELECT Attribute | autoSelect Property
Sets or retrieves a value that indicates whether or not keyboard hovering selects a node.
Syntax
HTML <namespace:TREEVIEW AUTOSELECT = bAutoSelect... > Scripting TREEVIEW.autoSelect [ = bAutoSelect ]
Possible Values
namespace Prefix that associates a custom tag with an XML namespace. This prefix is set using the XMLNS attribute of the html tag. bAutoSelect Boolean that specifies or receives whether or not keyboard hovering selects a node.
- false
- Default. Keyboard hovering does not cause the node to be selected.
true
- Keyboard hovering causes the node to be selected.
The property is read/write. The property has a default value of false.
Applies To
TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl