set_CurrentManager Method
In This Topic
Sets the current undo manager.
Syntax
var instance = new Vintasoft.Imaging.WebCompositeUndoManagerJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebUndoManagerJS
returnValue = instance.set_CurrentManager(value);
function set_CurrentManager(
: WebUndoManagerJS
) : any;
Parameters
- value
- An instance of WebUndoManagerJS class. Default value is null.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if initialization of that manager is not finished. |
| Thrown if this composite undo manager does not contain new current manager. |
Browser Compatibility
See Also