Manipulation.IsManipulationActive(UIElement) Methode

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of een manipulatie is gekoppeld aan het opgegeven element.

public:
 static bool IsManipulationActive(System::Windows::UIElement ^ element);
public static bool IsManipulationActive(System.Windows.UIElement element);
static member IsManipulationActive : System.Windows.UIElement -> bool
Public Shared Function IsManipulationActive (element As UIElement) As Boolean

Parameters

element
UIElement

Het element dat moet worden gecontroleerd.

Retouren

true als een manipulatie is gekoppeld aan het opgegeven element; anders, false.

Van toepassing op