AUTOSELECT Attribute | AutoSelect Property

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

Syntax

Visual Basic  Public  Property AutoSelect As bool
C# public  bool AutoSelect { get; set; }
Managed C++ public:  __property bool get_AutoSelect();
public:  __property void set_AutoSelect(bool);
JScript public   function get AutoSelect() : bool;
public   function set AutoSelect(bool);

Possible Values

bAutoSelect bool 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