TdxCustomTreeView.OnCustomDraw Event
Allows you to override or complement the Tree View control’s draw routine.
Declaration
property OnCustomDraw: TdxTreeViewCustomDrawEvent read; write;
Remarks
This event occurs every time the Tree View is about to be drawn.
Refer to the TdxTreeViewCustomDrawEvent type description for an OnCustomDraw event handler example and information on available options.
See Also