MindFusion.Java Package Programmer's Guide
MouseInputMode Enumeration
See Also
 






The members of this enumeration specify specify how to process mouse actions done over a ControlNode.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public enum MouseInputMode

 Members

  Member name Description

HandledByBoth

Mouse events are sent to both the diagram view and the hosted control.

HandledByDiagram

Mouse input is processed by the DiagramView.

HandledByHostedControl

Mouse input is processed by the hosted control.

 See Also

com.mindfusion.diagramming Namespace