Skip to content

CheckState

Konoplev Anatolii edited this page Jun 14, 2020 · 2 revisions

CheckState

ClForms.Common.CheckState
Indicates the status of a control, such as a check box, that can be checked, unchecked, or set to undefined

public enum CheckState

Values

value Description
Checked Control was checked
Indeterminate Control indeterminate
Unchecked Control unchecked

Clone this wiki locally