Event.Message Property | |
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
public virtual uint Message { get; }
Request Example
View SourceProperty Value
Type:
DWordA 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