G
Guest
I'm trying to implement a custom look on selected tabs on a tab control.
I've done this successfully. However, I noticed that when I set the draw
mode to OwnerDrawFixed the HotTrack property is ignored.
I figured this was by design and tried to implement it in the method I'm
using for drawing the item but the e.state (where e is DrawItemEventArgs) is
never DrawItemState.HotLight. It is only None or Selected (0 or 1).
Is this a bug or by design? Is there any way to implement the hot tracking
with tabs via the draw item event for an owner drawn tab control?
I've done this successfully. However, I noticed that when I set the draw
mode to OwnerDrawFixed the HotTrack property is ignored.
I figured this was by design and tried to implement it in the method I'm
using for drawing the item but the e.state (where e is DrawItemEventArgs) is
never DrawItemState.HotLight. It is only None or Selected (0 or 1).
Is this a bug or by design? Is there any way to implement the hot tracking
with tabs via the draw item event for an owner drawn tab control?