ASP.NET Pack Programmer's Guide
MouseInputMode Members
Constructors Fields
 


The members of this enumeration specify specify how to process mouse actions done over a ControlNode.

The following tables list the members exposed by the MouseInputMode type.

 Public Constructors

  Name Description

MouseInputMode

 

 Public Fields

  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.

 See Also

MouseInputMode Class
com.mindfusion.diagramming Namespace