Gets or sets what actions are performed via the middle mouse button.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public MouseButtonActions MiddleButtonActions { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MiddleButtonActions As MouseButtonActions |
A combination of the MouseButtonActions enumeration members. The default is None.
RemarksThis property allows the following actions to be assigned to the middle mouse button: panning the diagram view, canceling the current drawing operation, or starting a multiple selection operation.
See Also