CSplitterWnd::OnInvertTracker
virtual void OnInvertTracker( const CRect& rect );
Parameters
rect
Reference to a CRect object specifying the tracking rectangle.
Remarks
This member function is called by the framework during resizing of splitters.
Override OnInvertTracker for advanced customization of the imagery of the splitter window. The default imagery is similar to the splitter in Microsoft Works for Windows or Microsoft Windows 95, in that the intersections of the splitter bars are blended together.
For more on dynamic splitter windows, see "Splitter Windows" in the article in Visual C++ Programmer’s Guide, Technical Note 29, and the CSplitterWnd class overview.
CSplitterWnd Overview | Class Members | Hierarchy Chart
See Also CSplitterWnd::OnDrawSplitter