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