Returns True if the specified target is custom-drawn.
Source position: comctrls.pp line 3588
protected function TCustomTreeView.IsCustomDrawn( |
Target: TCustomDrawTarget; |
Stage: TCustomDrawStage |
):Boolean; virtual; |
Target |
|
Drawing target examined in the method. |
Stage |
|
Drawing stage examined in the method. |
True when event handlers have been assigned for the specified target and stage.
|
Event handler signalled to perform custom drawing for the tree view control. |
|
|
Event handler signalled to custom draw the grid control using drawing stages. |
|
|
Event handler signalled to custom draw an item (tree node) on the control. |
|
|
OnAdvancedCustomDrawItem - event handler for advanced custom drawing item. |
| Version 4.4 | Generated 2025-11-08 | Home |