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(
: object,
: 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
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also