WidgetSetRolloverCaptionText Method |
Sets the roll over caption text of the Widget annotation.
(Optional; button fields only)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetRolloverCaptionText(
string ct
)
Public Sub SetRolloverCaptionText (
ct As String
)
public:
virtual void SetRolloverCaptionText(
[InAttribute] String^ ct
) sealed
function SetRolloverCaptionText(ct);
Parameters
- ct
- Type: SystemString
A string containing the roll over caption text of the Widget annotation.
Remarks The rollover caption shall be displayed when the user rolls the cursor
into its active area without pressing the mouse button.
See Also