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