VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebCompositeUndoManagerJS type / get_IsCompositeActionStarted Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsCompositeActionStarted Method
    In This Topic
    Gets a value indicating whether the undo manager started the composite action.
    Syntax
    var instance = new Vintasoft.Imaging.WebCompositeUndoManagerJS();
    
    var value; // Type: boolean
    value = instance.get_IsCompositeActionStarted();
    
    
    function get_IsCompositeActionStarted() : boolean;
    

    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