WidgetGetMouseDownCaptionText Method |
Gets the button down caption text of the Widget annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetMouseDownCaptionText()
Public Function GetMouseDownCaptionText As String
public:
virtual String^ GetMouseDownCaptionText() sealed
function GetMouseDownCaptionText();
Return Value
Type:
String 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