Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.01 KB

Visio.MSGWrap.ptx.md

File metadata and controls

37 lines (22 loc) · 1.01 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
MSGWrap.ptx property (Visio)
vis_sdr.chm16150810
vis_sdr.chm16150810
Visio.MSGWrap.ptx
2dfae0e3-c78c-7beb-9edc-5b269d7f7c33
06/08/2017
medium

MSGWrap.ptx property (Visio)

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

Syntax

expression. ptx

expression A variable that represents an MSGWrap object.

Return value

Long

Remarks

The ptx property corresponds to the pt.x member in 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]