In This Topic
Sets the state to which the parent comment should be set.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentJS(parentCollection);
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_ParentState(value);
function set_ParentState(
: string
) : any;
Parameters
- value
- The state to which the parent comment should be set.
Browser Compatibility
See Also