SelectNodeByMouse

Description

Whether you can use a mouse-click to select a tree node.

Applies to

TreeView DataWindows

Syntax

Describe and Modify argument:

"DataWindow.Tree.SelectNodeByMouse{ = value }"

Parameter

Description

value

A boolean value that indicates whether you can select a tree node by clicking the node with the mouse. Values are:

  • Yes – You can select a tree node with a mouse-click (default).

  • No – You cannot select a tree node with a mouse-click.

Usage


In the painter

Select the Select Node By Mouse check box on the General page in the Properties view if you want to select a tree node by clicking the node with the mouse.

Examples

Example 1

[Visual Basic]
dw_1.modify("datawindow.tree.selectnodebymouse='yes'")
dw_1.Describe("datawindow.tree.selectnodebymouse")