Gets or sets the text displayed when the mouse hovers over the
control.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public string Hint { get; set; }
VB
Public Property Hint As String
Get
Set
Property Value
Type:
StringThe text displayed when the mouse hovers over the
control.
See Also