title | ms.custom | ms.date | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Trackers | Microsoft Docs |
11/04/2016 |
|
article |
|
|
dcd09399-6637-4621-80e5-d12670429787 |
10 |
mikeblome |
mblome |
ghogen |
The CRectTracker class provides a user interface between rectangular items in your application and your user by providing a variety of display styles. These styles include solid, hatched, or dashed borders; a hatched pattern that covers the item; and resize handles that can be located on the outside or inside of a border. Trackers are often used in conjunction with OLE items, that is, objects derived from COleClientItem
. The tracker rectangles give visual cues on the current status of the item.
The MFC OLE sample OCLIENT demonstrates a common interface using trackers and OLE client items from the viewpoint of a container application. For a demonstration of the different styles and abilities of a tracker object, see the MFC general sample TRACKER.
For more information on implementing trackers in your OLE application, see Trackers: Implementing Trackers in Your OLE Application