This topic has not yet been rated - Rate this topic

ScrollBar.MouseMove Event

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Public Shadows Event MouseMove As MouseEventHandler
[C#]
public new event MouseEventHandler MouseMove;
[C++]
public: __event MouseEventHandler* MouseMove;

[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.

See Also

ScrollBar Class | ScrollBar Members | System.Windows.Forms Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.