isChecked Property

Summary

Gets or sets a value that indicate whether this review item is checked (approved).

Syntax

JavaScript Syntax
Object.defineProperty(AnnReview.prototype, 'isChecked', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
isChecked: boolean; 

Property Value

true if this review item is checked (approved), otherwise; false. Default value is false.

Remarks

This is application specific and optional. It can be used to show a checkbox or mark next to the review in the user interface to indicate that the item was "checked".

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly