| PdfPushButtonControlRolloverCaption Property |
Gets or sets the controls rollover caption, displayed when the user rolls the cursor into its active area without pressing the mouse button.
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public string RolloverCaption { get; set; }
Public Property RolloverCaption As String
Get
Set
public:
property String^ RolloverCaption {
String^ get ();
void set (String^ value);
}
member RolloverCaption : string with get, set
/** @property */
public String get_RolloverCaption()
/** @property */
public void set_RolloverCaption(String value)
function get_RolloverCaption();
function set_RolloverCaption(value);
Property Value
StringSee Also