IInputElement.IsMouseDirectlyOver 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,該值表示滑鼠指標在最嚴格的點擊測試意義上,是否在這個項目上方。
public:
property bool IsMouseDirectlyOver { bool get(); };
public bool IsMouseDirectlyOver { get; }
member this.IsMouseDirectlyOver : bool
Public ReadOnly Property IsMouseDirectlyOver As Boolean
屬性值
如果滑鼠指標位於此項目上方,則為 true
;否則為 false
。
備註
此介面不適用於公用實作。 如需詳細資訊,請參閱 介面的 IInputElement 備註。
Windows Presentation Foundation (WPF) 核心中的現有實作 (請參閱 ContentElement.IsMouseDirectlyOver 並 UIElement.IsMouseDirectlyOver) 建立此屬性作為相依性屬性。