Gets what actions are performed via the middle mouse button.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public EnumSet<MouseButtonAction> getMiddleButtonActions () |
An enumset of MouseButtonAction values.
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