MindFusion.Diagramming for JavaScript Programmer's Guide

DoNothingBehavior Members

Constructors Methods
 


Implements the DoNothing behavior.

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

 Public Constructors

  Name Description

DoNothingBehavior

Initializes a new instance of the DoNothingBehavior class.

 Public Methods

  Name Description

onMouseDown

BehaviorBase.onMouseDown override.

onMouseMove

BehaviorBase.onMouseMove override.

onMouseUp

BehaviorBase.onMouseUp override.

setMouseCursor

BehaviorBase.setMouseCursor override.

startDraw

BehaviorBase.StartDraw override.

 See Also