Aracılığıyla paylaş


WindowChrome.GetIsHitTestVisibleInChrome(IInputElement) Yöntem

Tanım

Belirtilen giriş öğesinden eklenen özelliğin değerini IsHitTestVisibleInChrome alır.

public:
 static bool GetIsHitTestVisibleInChrome(System::Windows::IInputElement ^ inputElement);
public static bool GetIsHitTestVisibleInChrome (System.Windows.IInputElement inputElement);
static member GetIsHitTestVisibleInChrome : System.Windows.IInputElement -> bool
Public Shared Function GetIsHitTestVisibleInChrome (inputElement As IInputElement) As Boolean

Parametreler

inputElement
IInputElement

Özellik değerinin okunduğu giriş öğesi.

Döndürülenler

Ekli özelliğin IsHitTestVisibleInChrome değeri.

Özel durumlar

inputElement, null değeridir.

inputElement bir DependencyObjectdeğildir.

Şunlara uygulanır