TdxTreeViewNodeViewInfo.DrawSelection(TcxCanvas) Method
In This Article
Draws the node’s selection rectangle on the specified canvas.
#Declaration
Delphi
procedure DrawSelection(ACanvas: TcxCanvas); virtual;
#Parameters
Name | Type | Description |
---|---|---|
ACanvas | Tcx |
The specified canvas. |
See Also