次の方法で共有


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 ではありません。

適用対象