TdxTreeViewControlOptionsSelection.RightClickSelect Property
In This Article
Specifies if a user can right-click a node to highlight it as selected.
#Declaration
Delphi
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