←Select platform

IsChecked Property

Summary
Gets or sets a value that indicate whether this review item is checked (approved).
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool IsChecked { get; set; } 
@property (nonatomic, assign) BOOL isChecked; 
public boolean isChecked() 
public void setChecked(boolean value) 
public:  
   property bool IsChecked 
   { 
      bool get() 
      void set(bool value) 
   } 
IsChecked # get and set (AnnReview) 

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

See Also

Reference

AnnReview Class

AnnReview Members

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.