Set Method (ICheckBox)
Sets the value of this check box.

C# Syntax

void Set( 
   CheckedState state
)

Parameters

state
The value to be assigned. One of:
  • Checked
  • Unchecked
  • Indeterminate (for three-state check boxes)