TreeView.
Double-clicks an item.
treeview.DoubleSelect (Item)
Variable | Description |
---|---|
Item | The item to click. STRING or INTEGER. |
DoubleSelect scrolls the specified item into view and then double-clicks it. The meaning of a double-clicking a treeview item is application-defined. In some cases, it toggles the expand/collapse state of the item.
For information on specifying Item, see the TreeView class.
DoubleSelect() does not work properly with Internet Explorer 7.
MyDialog.MyTreeView.DoubleSelect("/root/child/grandchild")