WindowChrome.SetIsHitTestVisibleInChrome(IInputElement, Boolean) メソッド

定義

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

public:
 static void SetIsHitTestVisibleInChrome(System::Windows::IInputElement ^ inputElement, bool hitTestVisible);
public static void SetIsHitTestVisibleInChrome(System.Windows.IInputElement inputElement, bool hitTestVisible);
static member SetIsHitTestVisibleInChrome : System.Windows.IInputElement * bool -> unit
Public Shared Sub SetIsHitTestVisibleInChrome (inputElement As IInputElement, hitTestVisible As Boolean)

パラメーター

inputElement
IInputElement

IsHitTestVisibleInChrome添付プロパティを設定する要素。

hitTestVisible
Boolean

設定するプロパティ値。

例外

inputElementnullです。

inputElementDependencyObjectではありません。

適用対象