Click or drag to resize

PdfFieldTooltip Property

Gets or sets a value representing the form field's tooltip.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public string Tooltip { get; set; }

Property Value

Type: String
Remarks

This property is used to show a popup dialog with additional field information when the mouse hovers over the field.

This property can not be changed if IsLocked is true.

See Also