CheckBox::CheckBoxAccessibleObject::State Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the state of the CheckBox control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Windows.Forms::AccessibleStatesOne of the AccessibleStates values. If the CheckState property is set to CheckState::Checked, this property returns AccessibleStates::Checked. If CheckState is set to CheckState::Indeterminate, this property returns AccessibleStates::Indeterminate.
.NET Framework
Available since 1.1
Available since 1.1
Show: