Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V23.1
  • TCustomdxVTreeViewEdit.OnCustomDraw Event

    Occurs when a drop-down tree-view control paints a particular tree node in using the custom draw services and the Win32 API requests the font and color for this particular tree node.

    Declaration

    property OnCustomDraw: TTreeViewCustomDraw read; write;

    Remarks

    Use the OnCustomDraw event handler to implement custom draw services.

    The OnCustomDraw handler can set the font, color and background color of text for a particular tree node of a drop-down tree-view control.

    See Also