The tooltip for this interactor. Override this to return the proper information for this interactor. If null, no tooltip will be shown.

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

Syntax

C#
public virtual string ToolTip { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property ToolTip As String

See Also