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