Skip to main content

TdxTreeViewCustomOptionsSelection.RightClickSelect Property

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

Declaration

property RightClickSelect: Boolean read; write;

Property Value

Type Description
Boolean

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