Click or drag to resize

Event.Message Property

X#
A dword representing the Windows API message associated with the given event.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Message AS DWORD GET 
Request Example View Source

Property Value

Type: DWord
A dword representing the Windows API message associated with the given event.
Remarks
A dword representing the Windows API message associated with the given event. This can be used in the Dispatch() method of EventContext class for processing of custom messages.
See Also