The members of this enumeration specify specify how to process mouse actions done over a ControlNode.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public enum MouseInputMode |
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. |