Skip to main content

TdxTreeViewControlOptionsSelection.RightClickSelect Property

Specifies if a user can right-click a node to highlight it as selected.

Declaration

property RightClickSelect; default False;

Property Value

Type Default Description
Boolean False

If True, a user can right-click a node to highlight it as selected; otherwise, a right-click on a node has no effect.

Remarks

Note

A right-click on a node does not change the node’s Selected property.

See Also