共用方式為


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

要從中讀取屬性值的輸入項目。

傳回

Boolean

IsHitTestVisibleInChrome 附加屬性的值。

例外狀況

inputElementnull

inputElement 不是 DependencyObject

適用於