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