Aracılığıyla paylaş


WindowChrome.SetIsHitTestVisibleInChrome(IInputElement, Boolean) Yöntem

Tanım

Belirtilen giriş öğesinde IsHitTestVisibleInChrome ekli özelliğin değerini ayarlar.

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)

Parametreler

inputElement
IInputElement

Ekli özelliğin IsHitTestVisibleInChrome ayarlanacağı öğe.

hitTestVisible
Boolean

Ayarlanacak özellik değeri.

Özel durumlar

inputElement, null değeridir.

inputElement bir DependencyObjectdeğildir.

Şunlara uygulanır