Inherit from the control and override its 'OnPaint' method. Place your
own drawing code there. Some controls provide an ownerdrawn mode, for
example the listbox and combobox. You can use this mode ('DrawMode'
property) to draw the items in the list yourself.