Manipulation.RemoveManipulator(UIElement, IManipulator) Methode

Definitie

Hiermee verwijdert u de koppeling tussen het opgegeven IManipulator object en het element.

public:
 static void RemoveManipulator(System::Windows::UIElement ^ element, System::Windows::Input::IManipulator ^ manipulator);
public static void RemoveManipulator(System.Windows.UIElement element, System.Windows.Input.IManipulator manipulator);
static member RemoveManipulator : System.Windows.UIElement * System.Windows.Input.IManipulator -> unit
Public Shared Sub RemoveManipulator (element As UIElement, manipulator As IManipulator)

Parameters

element
UIElement

Het element waaruit de bijbehorende manipulator moet worden verwijderd.

manipulator
IManipulator

Het object dat de positie van de invoer aanbiedt.

Van toepassing op