다음을 통해 공유


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

설정할 속성 값입니다.

예외

inputElement이(가) null인 경우

inputElement이(가) DependencyObject가 아닌 경우

적용 대상