Skip to content

Latest commit

 

History

History
51 lines (48 loc) · 1.95 KB

File metadata and controls

51 lines (48 loc) · 1.95 KB
title Trackers | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
trackers
OLE applications [C++], trackers
applications [OLE], trackers
tracking OLE items
OLE containers, trackers
CDC class, trackers
CRectTracker class, implementing trackers
OLE server applications, trackers
ms.assetid dcd09399-6637-4621-80e5-d12670429787
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Trackers

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

See Also

OLE
COleClientItem Class