Called, when this view or its target is activated or deactivated.
virtual void Activate(bool activate);
Remarks
Normally the color of the title tab depends on its activation
state. So a derived view can overwrite this method to
invalidate the view, when its activation changes.
The implemenation of this method is empty.