Search
BehaviorBase.ShouldMoveSelection Method
See Also
 





Gets whether the control should start moving the selection.

Namespace: MindFusion.Diagramming.WinForms.Behaviors
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public virtual bool ShouldMoveSelection (
    PointF point
)

Visual Basic  Copy Code

Public Overridable Function ShouldMoveSelection( _
    point As PointF _
) As Boolean

 Parameters

point

Specifies the current mouse position.

 Return Value

true if the control should move the selection, otherwise false.

 See Also