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입니다.

inputElement 가 아닙니다 DependencyObject.

적용 대상