CSplitterWnd::OnInvertTracker

Renders the image of a split window to be the same size and shape as the frame window.

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/98, in that the intersections of the splitter bars are blended together.

For more on dynamic splitter windows, see "Splitter Windows" in the article Multiple Document Types, Views, and Frame Windows, Technical Note 29, and the CSplitterWnd class overview.

Requirements

Header: afxext.h

See Also

Reference

CSplitterWnd Class

Hierarchy Chart

CSplitterWnd::OnDrawSplitter