|
TBaseVirtualTree.ToggleSelection Method
Toggles the selection state of a range of nodes.
Pascal
procedure ToggleSelection(StartNode: PVirtualNode; EndNode: PVirtualNode); virtual;
Description
ToggleSelection switchs the selection state of a range of nodes, so selected nodes become unselected and vice versa. This method is specifically designed to help selecting ranges with the keyboard and considers therefore the range anchor.
Class
Links
What do you think about this topic? Send feedback!
|