Gets a value indicating the state of the middle mouse button.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public MouseButtonState MiddleButton { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property MiddleButton As MouseButtonState |
A member of the .NET MouseButtonState enumeration specifying the state of the middle mouse button.
See Also