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
C# Copy Code |
---|
public ControlMouseAction ControlMouseAction { get; set; } |
Visual Basic Copy Code |
---|
Public Property ControlMouseAction As ControlMouseAction |
A member of the ControlMouseAction enumeration. The default is SelectHost.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |