Contains values that identify how to process mouse input.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public enum MouseInputMode |
Visual Basic
![]() |
---|
Public Enum MouseInputMode |
Member name | Description | |
---|---|---|
![]() |
HandledByDiagram |
Mouse input is processed by the diagram. |
![]() |
HandledByHostedControl |
Mouse input is processed by the hosted control. |
Members of this enumeration are assigned to the MouseInputMode property of ControlNode.
WpfDiagram Programmer's Guide | © 2025 MindFusion |