HtmlElementEventArgs.FromElement 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得使用者正要將滑鼠指標遠離其上的 HtmlElement。
public:
property System::Windows::Forms::HtmlElement ^ FromElement { System::Windows::Forms::HtmlElement ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.HtmlElement FromElement { get; }
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.HtmlElement? FromElement { get; }
[<System.ComponentModel.Browsable(false)>]
member this.FromElement : System.Windows.Forms.HtmlElement
Public ReadOnly Property FromElement As HtmlElement
屬性值
使用者正要將滑鼠指標遠離其上的 HtmlElement。
- 屬性
備註
FromElement 在 滑鼠事件期間,將會有有效的值,例如 MouseEnter 和 MouseLeave 。