ASP.NET Pack Programmer's Guide
MouseButtonActions Enumeration
See Also
 





Specifies what actions can be associated with the middle and right mouse buttons.

Namespace: MindFusion.Diagramming
Package: Enum.js

 Syntax

JavaScript  Copy Code

// enum
MouseButtonActions = {}

 Members

  Member name Description

Cancel

Cancels the current drawing operation.

Draw

Draw new items or modify existing items.

Magnify

Magnifies the items under the mouse while the button is pressed down.

None

Do not associate any action with the button.

Pan

Pans the view if the mouse is dragged while the button is pressed down.

Select

Starts a multiple selection operation.

 See Also

MindFusion.Diagramming Namespace