F
Freestyler
Here is the situation:
I've got the TabControl with some TabPages. The TabPages've got overriden
OnPaint() methods.
When I change the selected TabPage - the OnPaint method is executed.
Thats OK.
Now I've added an Overlayed Panel which covers TabPages partially.
When I click on the TabPage I'd like to have the Panel sent to back.
It is done in OnPaint() method but they are not executed even than I see
the TabPages switching after my click (the visible part of them)
I tried to override OnPaint, OnClick, OnGotFocus, OnRefresh methods on
TabPage, and OnPaint, OnClick, OnGotFocus, OnRefresh, OnMouseDown in
TabControl - NOTHING.
How can I solve the problem?
Thanks for any idea,
Freestyler
I've got the TabControl with some TabPages. The TabPages've got overriden
OnPaint() methods.
When I change the selected TabPage - the OnPaint method is executed.
Thats OK.
Now I've added an Overlayed Panel which covers TabPages partially.
When I click on the TabPage I'd like to have the Panel sent to back.
It is done in OnPaint() method but they are not executed even than I see
the TabPages switching after my click (the visible part of them)
I tried to override OnPaint, OnClick, OnGotFocus, OnRefresh methods on
TabPage, and OnPaint, OnClick, OnGotFocus, OnRefresh, OnMouseDown in
TabControl - NOTHING.
How can I solve the problem?
Thanks for any idea,
Freestyler