My application has a static control which inside has a tab control. It looks like this:
and I want to handle the topbar's paint event so that after it has drawn itself (and its children), have it floodfill to look more like this:
Given that I'v subclassed the topbar and can override any of its events, how could I do this?
Thanks