set_ActionExecutor Method
In This Topic
Sets the action executor that must be used to execute an action.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebDocumentNavigationToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebPageContentActionExecutorJS
returnValue = instance.set_ActionExecutor(value);
function set_ActionExecutor(
: WebPageContentActionExecutorJS
) : any;
Parameters
- value
- WebPageContentActionExecutorJS object. Default value is WebNavigationActionExecutorJS object.
Browser Compatibility
See Also