# class CheckBox.CheckState



# STATIC MEMBERS

# static member read-only Unchecked

Type: CheckBox.CheckState

Description:

# static member read-only PartiallyChecked

Type: CheckBox.CheckState

Description:

# static member read-only Checked

Type: CheckBox.CheckState

Description:

# STATIC FUNCTIONS

# static function values()

Description:

Return:

(CheckBox.CheckState) -

# static function valueOf(name)

Description:

Parameters:

  • name: (String) -

Return:

(CheckBox.CheckState) -

Last Updated: 12/20/2022, 8:12:45 AM