Search
DiagramItem.RemoveManipulator Method
See Also
 





Removes the specified manipulator from the object.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected void RemoveManipulator (
    Manipulator manipulator
)

Visual Basic  Copy Code

Protected Sub RemoveManipulator( _
    manipulator As Manipulator _
)

 Parameters

manipulator
An instance of Manipulator -derived class.

 Remarks

Invoke this method to remove manipulators previously added using AddManipulator.

 See Also