Specifies which cursor must be shown when hovering over the extension. By default, an extension does not define its own cursor, but instead, uses the cursor of its base interactor.

Namespace: TallComponents.Interaction.WinForms.Layers
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

See Also