TcxCustomTreeView.Select(TTreeNode,TShiftState) Method
Changes the selection state of the target node.
Declaration
procedure Select(Node: TTreeNode; ShiftState: TShiftState = []); overload; virtual;
Parameters
Name | Type | Description |
---|---|---|
Node | TTreeNode | The target node. |
ShiftState | TShiftState | Optional. Specifies the modifier key state. This parameter allows you to emulate user actions according to the current MultiSelectStyle property value. |
See Also