MindFusion.Wpf Pack Programmer's Guide
ControlNode.MouseInputMode Property
See Also
 





Specifies whether mouse input is processed by the diagram or the hosted control.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public MouseInputMode MouseInputMode { get; set; }

Visual Basic  Copy Code

Public Property MouseInputMode As MouseInputMode

 Property Value

A member of the MouseInputMode enumeration. The default value is HandledByDiagram.

 Remarks

Set this property to HandledByHostedControl to let hosted interactive controls, such as sliders and scrollbars, process mouse input. Otherwise the Diagram control could start its own interactive operation such as drawing a link or selecting items, depending on the current Behavior value.

 See Also

ControlNode Members
ControlNode Class
MindFusion.Diagramming.Wpf Namespace