Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.01 KB

File metadata and controls

30 lines (19 loc) · 1.01 KB
description Learn more about: OLE (MFC)
title OLE (MFC)
ms.date 11/04/2016
helpviewer_keywords
OLE [MFC], user-interface topics
OLE applications [MFC], user interface
user interfaces, OLE
applications [OLE], user interface
ms.assetid 61cb5d3e-1108-4e9b-b301-a8d8fcc586cb

OLE (MFC)

Implementing OLE functionality in your program affects your user interface in several ways:

  • Visual editing (in-place activation) displays the user interface of another program in your program's windows and modifies your program's menus with items from the other program.

  • Drag and drop allows users to drag objects within and between windows and even between programs.

  • Trackers provide visual cues to the state of objects during visual editing and drag and drop.

For more information, see:

See also

User Interface Elements