Gets or sets a value that indicate whether this review item is checked (approved).
public bool IsChecked { get; set; }
Public Property IsChecked As Boolean
@property (nonatomic) BOOL isChecked;
public boolean isChecked()
public void setChecked(boolean value)
public:
property bool IsChecked
{
bool get()
void set(bool value)
}
true if this review item is checked (approved), otherwise; false. Default value is false.
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".
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document