←Select platform

OnMouseMove Method

Summary

Occurs when the user moves the mouse over the control.

Syntax

C#
VB
C++
protected override void OnMouseMove( 
   MouseEventArgs e 
) 
  
Protected Overrides Sub OnMouseMove( _ 
   ByVal e As MouseEventArgs _ 
)  
protected: 
void OnMouseMove(  
   MouseEventArgs^ e 
) override  

Parameters

e
A MouseEventArgs that contains the event data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly