Skip to content

Latest commit

 

History

History
135 lines (108 loc) · 3.14 KB

ns-richedit-getcontextmenuex.md

File metadata and controls

135 lines (108 loc) · 3.14 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:richedit._getcontextmenuex
GETCONTEXTMENUEX (richedit.h)
Contains context menu information that is passed to the IRichEditOleCallback::GetContextMenu method.
GCMF_GRIPPER
GCMF_MOUSEMENU
GCMF_SPELLING
GCMF_TOUCHMENU
GETCONTEXTMENUEX
GETCONTEXTMENUEX structure [Windows Controls]
controls.getcontextmenuex
richedit/GETCONTEXTMENUEX
controls\getcontextmenuex.htm
Controls
6354921F-3C9F-4CBD-AC48-1EB67D1FDEB7
12/05/2018
GCMF_GRIPPER, GCMF_MOUSEMENU, GCMF_SPELLING, GCMF_TOUCHMENU, GETCONTEXTMENUEX, GETCONTEXTMENUEX structure [Windows Controls], controls.getcontextmenuex, richedit/GETCONTEXTMENUEX
richedit.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Windows
GETCONTEXTMENUEX
19H1
_getcontextmenuex
richedit/_getcontextmenuex
GETCONTEXTMENUEX
richedit/GETCONTEXTMENUEX
c++
APIRef
kbSyntax
HeaderDef
Richedit.h
GETCONTEXTMENUEX

GETCONTEXTMENUEX structure

-description

Contains context menu information that is passed to the IRichEditOleCallback::GetContextMenu method.

-struct-fields

-field chrg

Type: CHARRANGE

The character-position range in the active display.

-field dwFlags

Type: DWORD

One or more of the following content menu flags:

Value Meaning
GCMF_GRIPPER
Get the context menu that is invoked by tapping a touch gripper handle.
GCMF_SPELLING
Get the context menu for a spelling error.
GCMF_MOUSEMENU
Get the context menu that is invoked by mouse.
GCMF_TOUCHMENU
Get the context menu that is invoked by touch.

-field pt

Type: POINT

The screen coordinates for the content menu.

-field pvReserved

Type: void*

Not used; must be zero.

-see-also

IRichEditOleCallback::GetContextMenu