WindowChrome.GetIsHitTestVisibleInChrome(IInputElement) メソッド

定義

指定した入力要素から IsHitTestVisibleInChrome 添付プロパティの値を取得します。

public:
 static bool GetIsHitTestVisibleInChrome(System::Windows::IInputElement ^ inputElement);
public static bool GetIsHitTestVisibleInChrome(System.Windows.IInputElement inputElement);
static member GetIsHitTestVisibleInChrome : System.Windows.IInputElement -> bool
Public Shared Function GetIsHitTestVisibleInChrome (inputElement As IInputElement) As Boolean

パラメーター

inputElement
IInputElement

プロパティ値の読み取り元となる入力要素。

返品

IsHitTestVisibleInChrome添付プロパティの値。

例外

inputElementnullです。

inputElementDependencyObjectではありません。

適用対象