Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.03 KB

Visio.MSGWrap.wParam.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.wParam property (Visio)
vis_sdr.chm16150930
vis_sdr.chm16150930
Visio.MSGWrap.wParam
1f0e1aa9-63ea-e73e-2e51-8eb3e4bd8393
06/08/2017
medium

MSGWrap.wParam property (Visio)

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

Syntax

expression. wParam

expression A variable that represents an MSGWrap object.

Return value

Long

Remarks

The wParam property corresponds to the wParam member ofn 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]