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