Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / MouseEventArgsEx Class / WindowMessage Property


In This Topic
WindowMessage Property
In This Topic
Windows message generated by the mouse event.
Syntax
'Declaration
 
Public ReadOnly Property WindowMessage As Integer
 
'Usage
 
Dim instance As MouseEventArgsEx
Dim value As Integer
 
value = instance.WindowMessage
See Also