In This Topic
Sets a cursor which should be used in image viewer when visual tool executes its action.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebVisualToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_ActionCursor(value);
function set_ActionCursor(
: string
) : any;
Parameters
- value
- Cursor name. Default value is "default". Supported values: all supported CSS styles for cursor.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also