Search
BehaviorBase Methods
 


 Public Methods

  Name Description

SetMouseCursor

Invoked while the mouse is moved to let your application set the mouse cursor.

ShouldMoveSelection

Gets whether the control should start moving the selection.

StartDraw

Invoked when a user presses the left mouse button inside the diagram drawing area.

 Protected Methods

  Name Description

CancelDrag

Interaction.CancelDrag override.

CreateLink

Creates a link of the type appropriate for the current behavior.

OnMouseDown

Interaction.OnMouseDown override.

OnMouseMove

Interaction.OnMouseMove override.

OnMouseUp

Interaction.OnMouseUp override.

SetModfCursor

Updates the current cursor according to the specified cursor position and diagram state.

StartDrawCommon

Invoked by the control when the user presses the left mouse button.

 See Also