Applies to
PDFFormFieldCheckBox, PDFFormFieldComboBox, PDFFormFieldListBox, PDFFormFieldPushButton, PDFFormFieldRadioButtonGroup, PDFFormFieldText objects
Description
Gets or sets the tooltip of an object.
Data type
String.
Usage
All the PDFFormFieldRadioButton objects in the PDFFormFieldRadioButtonGroup will share the tooltip of the PDFFormFieldRadioButtonGroup.
In scripts
This example shows how to set a tooltip for the PDFFormFieldText object lpdf_text:
lpdf_text.tooltip = "Please enter your full name."