VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebUndoManagerJS type / get_IsCompositeActionStarted Property
Syntax BrowserCompatibility SeeAlso
get_IsCompositeActionStarted Method
Gets a value indicating whether the undo manager started the composite action.
Syntax
var instance = new Vintasoft.Imaging.WebUndoManagerJS();

var value; // Type: boolean
value = instance.get_IsCompositeActionStarted();

Return Value

True - the undo manager started the composite action; False - the undo manager is not started the composite action.
Browser Compatibility
56+
45+
11
See Also