RadioButton::RadioButtonAccessibleObject::State Property

 

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

Gets the state of the RadioButton 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

If the Checked property is set to true, returns Checked.

.NET Framework
Available since 1.1
Return to top
Show: