WindowChrome.GetIsHitTestVisibleInChrome(IInputElement) 方法

定义

从指定的输入元素获取 IsHitTestVisibleInChrome 附加属性的值。

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

参数

inputElement
IInputElement

从中读取属性值的输入元素。

返回

IsHitTestVisibleInChrome 附加属性的值。

例外

inputElementnull

inputElement 不是 DependencyObject

适用于