IPdfComboBoxField
ToolTip Property
|
Gets or sets the tool tip.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
string ToolTip { get; set; }
Property ToolTip As String
Get
Set
property String^ ToolTip {
String^ get ();
void set (String^ value);
}
abstract ToolTip : string with get, set
Property Value
Type:
String
The tool tip.
See Also