Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.03 KB

Visio.MSGWrap.lParam.md

File metadata and controls

37 lines (22 loc) · 1.03 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
MSGWrap.lParam property (Visio)
vis_sdr.chm16150705
vis_sdr.chm16150705
Visio.MSGWrap.lParam
52995a4b-f139-6ecc-a5fe-23882a3f2245
06/08/2017
medium

MSGWrap.lParam property (Visio)

Gets or sets the lParam member of the MSG structure being wrapped. Read/write.

Syntax

expression. lParam

expression A variable that represents an MSGWrap object.

Return value

Long

Remarks

The lParam property corresponds to the lParam member of the MSG structure defined as part of the Microsoft Windows operating system. If an event handler is handling the OnKeystrokeMessageForAddon event, Microsoft Visio passes a MSGWrap object as an argument when this event fires. A MSGWrap object is a wrapper around the Windows MSG structure.

For details, search for "MSG structure" on MSDN, the Microsoft Developer Network.

[!includeSupport and feedback]