Manipulation.IsManipulationActive(UIElement) 方法

定義

取得值,表示某個處理是否與指定的元素相關聯。

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

參數

element
UIElement

要檢查的項目。

傳回

如果操作與指定的項目相關聯則為 true,否則為 false

適用於