The cursor that will be used when the mouse hovers over the interactor. By default, the parent cursor is used.

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

Syntax

C#
public virtual Cursor HoverCursor { get; }
Visual Basic
Public Overridable ReadOnly Property HoverCursor As Cursor
	Get

Remarks

Override this property if you want an interactor to show a different cursor when the mouse hovers over it.

See Also