TestComplete CheckBoxFunctions

Last Updated:

Actions for Checkbox objects


[How To Read This Reference]
Check
TC:NETFLX
Tries to perform a Check on the Checkbox.
UnCheck
TC:NETFLX
Tries to perform a UnCheck on the Checkbox.

TestComplete CheckBoxFunctions::Check
TC:NETFLX

Tries to perform a Check on the Checkbox.

Tries to perform a Check on the Checkbox. If the Checkbox does not have a checkmark, it will set the checkmark. If the Checkbox already has a checkmark, then it should leave it alone. Currently, this handles most generic checkboxes and HTMLCheckboxes.

Fields: [ ]=Optional with Default Value
    Examples:
    • T, WINDOW, Checkbox, CHECK
      Used to place the Checkbox in the CHECKed state regardless of current state.


    [How To Read This Reference]

    TestComplete CheckBoxFunctions::UnCheck
    TC:NETFLX

    Tries to perform a UnCheck on the Checkbox.

    Tries to UnCheck the Checkbox. If the Checkbox does not have a checkmark, it will leave it alone. If the Checkbox already has a checkmark, then it should uncheck (deselect) it. Currently, this handles most generic Checkboxes and HTMLCheckboxes.

    Fields: [ ]=Optional with Default Value
      Examples:
      • T, WINDOW, Checkbox, UNCHECK
        Used to place the Checkbox in the UNCHECKed state regardless of current state.


      [How To Read This Reference]