In This Topic
Sets a button's alternate (down) caption, displayed when the mouse button is pressed within its active area.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormPushButtonJS(document, name);
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_DownCaption(value);
function set_DownCaption(
: string
) : any;
Parameters
- value
- Button's alternate (down) caption. Default value is "Button".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also