VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI.Panels Namespace / WebUiAnnotationCommentListPanelJS type / setIsShowStateHistoryForAllReplies Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    setIsShowStateHistoryForAllReplies Method
    In This Topic
    Sets a value indicating whether the panel must show the state history for comment and all replies for comment.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.Panels.WebUiAnnotationCommentListPanelJS(settings, stateButton);
    
    var value; // Type: any
    
    // Parameters
    var comment; // Type: object
    var isShow; // Type: boolean
    
    value = instance.setIsShowStateHistoryForAllReplies(comment, isShow);
    
    
    function setIsShowStateHistoryForAllReplies(
    comment
    An annotation comment (an instance of WebAnnotationCommentJS type).
    : object,
    isShow
    A value indicating whether the panel must show the state history for comment and all replies for comment.
    : boolean
    ) : any;

    Parameters

    comment
    An annotation comment (an instance of WebAnnotationCommentJS type).
    isShow
    A value indicating whether the panel must show the state history for comment and all replies for comment.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also