TCustomDrawTarget - enumerated type controlling how a target object is to be drawn
Source position: comctrls.pp line 876
type TCustomDrawTarget = (
dtControl,
dtItem,
dtSubItem
);