DiagramLite Programmer's Guide
DoNothingBehavior Methods
 


 Public Methods

  Name Description

SetMouseCursor

BehaviorBase.SetMouseCursor override.

StartDraw

BehaviorBase.StartDraw override.

 Protected Methods

  Name Description

OnMouseDown

BehaviorBase.OnMouseDown override.

OnMouseMove

BehaviorBase.OnMouseMove override.

OnMouseUp

BehaviorBase.OnMouseUp override.

 Inherited Public Methods

  Name Description

SetMouseCursor

Invoked while the mouse is moved to let Behavior objects set the mouse cursor depending on the context. (Inherited from BehaviorBase.)

StartDraw

Invoked when a user presses the left mouse button inside the diagram drawing area. (Inherited from BehaviorBase.)

 Inherited Protected Methods

  Name Description

CreateLink

Creates a link of the type appropriate for the current behavior. (Inherited from BehaviorBase.)

OnMouseDown

Interaction.OnMouseDown override. (Inherited from BehaviorBase.)

OnMouseMove

Raises the MouseMove event. (Inherited from BehaviorBase.)

OnMouseUp

Interaction.OnMouseUp override. (Inherited from BehaviorBase.)

SetModfCursor

Updates the current cursor according to the specified cursor position and diagram state. (Inherited from BehaviorBase.)

StartInteraction

Invoked by the control when the user presses the left mouse button. (Inherited from BehaviorBase.)

 See Also

DoNothingBehavior Class
MindFusion.Diagramming Namespace