Search
DiagramView.ControlMouseAction Property
See Also
 





Gets or sets a value indicating how to handle mouse messages sent to controls hosted in ControlNode objects.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public ControlMouseAction ControlMouseAction { get; set; }

Visual Basic  Copy Code

Public Property ControlMouseAction As ControlMouseAction

 Property Value

A member of the ControlMouseAction enumeration. The default is SelectHost.

 Remarks

The ControlMouseAction property of new ControlNode instances is initialized with the value of this property. The value IgnoreControl works only with controls which do not capture the mouse.

 See Also