Reflection
WindowMessage Property


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
public int WindowMessage {get;}
See Also