SELECTEXPANDS Attribute | selectExpands Property
Sets or retrieves a value that indicates whether or not a parent node expands or collapses when selected.
Syntax
HTML <namespace:TREEVIEW SELECTEXPANDS = bSelectExpands... > Scripting TREEVIEW.selectExpands [ = bSelectExpands ]
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. bSelectExpands Boolean that specifies or receives whether or not a parent node expands or collapses when selected. The property is read/write. The property has no default value.
Remarks
When this attribute is true, the node expands and collapses when selected by either mouse or keyboard.
Applies To
TREEVIEW
See Also
Show: