|
TCustomVirtualStringTree.InvalidateNode Method
Invalidates the given node.
Pascal
function InvalidateNode(Node: PVirtualNode): TRect; override;
Description
InvalidateNode initiates repaint of the given node by calling InvalidateRect with the node's display rectangel and returns this rectangle.
Class
Links
What do you think about this topic? Send feedback!
|