CheckBox::CheckBoxAccessibleObject::State Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the state of the CheckBox control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property AccessibleStates State {
	virtual AccessibleStates get() override;
}

Property Value

Type: System.Windows.Forms::AccessibleStates

One 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
Return to top
Show: