AUTOSELECT Attribute | AutoSelect Property

Sets or retrieves a value that indicates whether or not keyboard hovering selects a node.

Syntax

ASP <tagPrefix:TREEVIEW AUTOSELECT = bAutoSelect ... >
Script [ bAutoSelect = ] TREEVIEW.AutoSelect

Possible Values

tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive.
bAutoSelect System.Boolean that specifies or receives whether or not keyboard hovering selects a node.
falseDefault. Keyboard hovering does not cause the node to be selected.
trueKeyboard 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