The interactor that the mouse is over. If null, the mouse is not hovering over an interactor.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public WinFormsInteractor HoverInteractor { get; }
Visual Basic
Public ReadOnly Property HoverInteractor As WinFormsInteractor
	Get

Implements

IViewer..::..HoverInteractor

See Also