set_ClickedLinkAppearance Method
In This Topic
Sets the appearance of the hyperlink when the user clicked the link.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebLinkAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebLinkAppearanceJS
returnValue = instance.set_ClickedLinkAppearance(value);
function set_ClickedLinkAppearance(
: WebLinkAppearanceJS
) : any;
Parameters
- value
- The WebLinkAppearanceJS of the hyperlink when the user clicked the link.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also