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

適用対象