RadioButtonWidgetSetMouseDownCaptionText Method |
Sets the button down 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 SetMouseDownCaptionText(
string ct
)
Public Sub SetMouseDownCaptionText (
ct As String
)
public:
virtual void SetMouseDownCaptionText(
[InAttribute] String^ ct
) sealed
function SetMouseDownCaptionText(ct);
Parameters
- ct
- Type: SystemString
A string containing the button down text of the Widget annotation.
Remarks The button down caption shall be displayed when the mouse button is
pressed within its active area.
This property is part of the Widget appearance Characteristics dictionary, this dictionary
that shall be used in constructing a dynamic appearance stream specifying the annotation’s visual
presentation on the page.
See Also